Click or drag to resize
IClientStreamWriterTCompleteAsync Method
Completes/closes the stream. Can only be called once there is no pending write. No writes should follow calling this.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
Task CompleteAsync()

Return Value

Type: Task
See Also