Interface IAsyncStreamReader<T>
Namespace: Grpc.Core
Assembly: Grpc.Core.Api.dll
Syntax
public interface IAsyncStreamReader<out T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Current
Declaration
T Current { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
MoveNext(CancellationToken)
Declaration
Task<bool> MoveNext(CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<bool> |