Client-side writable stream of messages with Close capability.
More...
|
| Task | Close () |
| | Closes the stream. Can only be called once there is no pending write. No writes should follow calling this. More...
|
| |
| Task | Write (T message) |
| | Writes a single message. Only one write can be pending at a time. More...
|
| |
Client-side writable stream of messages with Close capability.
- Template Parameters
-
| Task Grpc.Core.IClientStreamWriter< T >.Close |
( |
| ) |
|
Closes the stream. Can only be called once there is no pending write. No writes should follow calling this.
The documentation for this interface was generated from the following file:
- src/csharp/Grpc.Core/IClientStreamWriter.cs