Click or drag to resize

PartwiseStreamMessageReaderReadDirectAsync Method

[This is preliminary documentation and is subject to change.]

Directly reads a message out of the Stream.

Namespace:  JsonRpc.Streams
Assembly:  JsonRpc.Streams (in JsonRpc.Streams.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
protected override Task<Message> ReadDirectAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:JsonRpc.Streams.PartwiseStreamMessageReader.ReadDirectAsync(System.Threading.CancellationToken)"]

Return Value

Type: TaskMessage
Exceptions
ExceptionCondition
OperationCanceledExceptionThe operation has been cancelled before a message has been read.
See Also