Click or drag to resize

IncomingMessageManagerTReadMessage 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: 10.0.0.0 (10.0.0.0)
Syntax
C#
protected abstract T ReadMessage()

Return Value

Type: T
The next message.
See Also