gRPC  0.6.0
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | List of all members
Grpc.Core.IClientStreamWriter< T > Interface Template Reference

Client-side writable stream of messages with Close capability. More...

Inheritance diagram for Grpc.Core.IClientStreamWriter< T >:
Grpc.Core.IAsyncStreamWriter< T >

Public Member Functions

Task Close ()
 Closes the stream. Can only be called once there is no pending write. No writes should follow calling this. More...
 
- Public Member Functions inherited from Grpc.Core.IAsyncStreamWriter< T >
Task Write (T message)
 Writes a single message. Only one write can be pending at a time. More...
 

Detailed Description

Client-side writable stream of messages with Close capability.

Template Parameters
T
Type Constraints
T :class 

Member Function Documentation

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: