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: 11.0.0.7658
Syntaxprotected abstract T ReadMessage()
Return Value
Type:
TThe next message.
See Also