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