Click or drag to resize

IncomingMessageManagerTExpect Method

Sets up a handler for incoming requests.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public void Expect(
	IncomingMessageManagerTMessageHandler handler,
	bool multipleMessages = true,
	CallbackContext callbackContext = CallbackContext.CallerContext
)

Parameters

handler
Type: Demo3D.NetIncomingMessageManagerTMessageHandler
The handler for specific types of incoming messages.
multipleMessages (Optional)
Type: SystemBoolean
Handles more than one message.
callbackContext (Optional)
Type: Demo3D.NetCallbackContext
Defines the context in which the message handler should be called.
See Also