Click or drag to resize

wclMessageReceiverDoMessage Method

Fires the OnMessage event

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
protected virtual void DoMessage(
	wclMessage Message
)

Parameters

Message  wclMessage
The wclMessage object represents a message.
Remarks
The Message parameter is valid only inside the method. The method is always called in the same thread which was used to create the receiver.
See Also