DelimitedMessageHandler.ReadAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a distinct and complete message from the stream, waiting for one if necessary.
public System.Threading.Tasks.Task<string> ReadAsync (System.Threading.CancellationToken cancellationToken);
member this.ReadAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function ReadAsync (cancellationToken As CancellationToken) As Task(Of String)
Parameters
- cancellationToken
- CancellationToken
A token to cancel the read request.
Returns
A task whose result is the received messages.