| IAsyncStreamReaderT Interface |
Namespace: Grpc.Core
The IAsyncStreamReaderT type exposes the following members.
| Name | Description | |
|---|---|---|
| Current | (Inherited from IAsyncEnumeratorT.) |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| MoveNext | (Inherited from IAsyncEnumeratorT.) |
| Name | Description | |
|---|---|---|
| ForEachAsyncT |
Reads the entire stream and executes an async action for each element.
(Defined by AsyncStreamExtensions.) | |
| ToListAsyncT |
Reads the entire stream and creates a list containing all the elements read.
(Defined by AsyncStreamExtensions.) |