Click or drag to resize

wclServerConnectionMessageReceived Method

The message receiver calls this method when a new notification message has been received.

Namespace: wclCommunication
Assembly: wclCommunication (in wclCommunication.dll) Version: 7.8.3.0 (7.8.3.0)
Syntax
protected override void MessageReceived(
	wclMessage Message
)

Parameters

Message  wclMessage
A wclMessage object represents the notification message.
See Also