Click or drag to resize

wclMessageBroadcasterBroadcast Method

Broadcasts a Message to all message receivers.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public static int Broadcast(
	wclMessage Message
)

Parameters

Message  wclMessage
The wclMessage object represents the message. A caller is responsible to free the Message object after procedure call.

Return Value

Int32
If the function succeed the returns value is WCL_E_SUCCESS. Otherwise the function returns one of the WCL error codes.
See Also