Send feedback
Interface IAsyncStreamWriter<T> (2.48.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface IAsyncStreamWriter<in T>
A writable stream of messages.
Namespace
Grpc.Core
Assembly
Grpc.Core.Api.dll
Type Parameter Name Description T
The message type.
Properties
WriteOptions
WriteOptions WriteOptions { get; set; }
Write options that will be used for the next write.
If null, default options will be used.
Once set, this property maintains its value across subsequent
writes.
Methods
WriteAsync(T)
Task WriteAsync(T message)
Writes a message asynchronously. Only one write can be pending at a time.
Parameter Name Description message
T
The message to be written. Cannot be null.
Returns Type Description Task
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-29 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?