Click or drag to resize
IAsyncStreamWriterTWriteAsync Method
Writes a single asynchronously. Only one write can be pending at a time.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
Task WriteAsync(
	T message
)

Parameters

message
Type: T
the message to be written. Cannot be null.

Return Value

Type: Task
See Also