IClientStreamWriterTCompleteAsync Method |
Completes/closes the stream. Can only be called once there is no pending write. No writes should follow calling this.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
SyntaxFunction CompleteAsync As Task
abstract CompleteAsync : unit -> Task
Return Value
Type:
Task
See Also