Click or drag to resize

IncomingMessageManagerTReadMessageAsync Method

Reads the next message from the protocol stream. The message returned will be Dispose'd after it's handled.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
protected abstract Task<T> ReadMessageAsync()

Return Value

Type: TaskT
The next message.
See Also