Click or drag to resize
IAsyncStreamReaderT Interface
A stream of messages to be read.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public interface IAsyncStreamReader<T> : IAsyncEnumerator<T>, 
	IDisposable

Type Parameters

T
The message type.

The IAsyncStreamReaderT type exposes the following members.

Properties
  NameDescription
Public propertyCurrent (Inherited from IAsyncEnumeratorT.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodMoveNext (Inherited from IAsyncEnumeratorT.)
Top
Extension Methods
See Also