Click or drag to resize

wclMessageBroadcaster Class

The message broadcaster manages broadcast messages between subscribers (message receivers subscribed for broadcast messages). Also the message broadcaster monitors changes in the hardware configuration and notifies subscribers about the changes.
Inheritance Hierarchy
SystemObject
  wclCommonwclMessageBroadcaster

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.9.0 (7.11.9.0)
Syntax
public class wclMessageBroadcaster : IDisposable

The wclMessageBroadcaster type exposes the following members.

Constructors
 NameDescription
Public methodwclMessageBroadcaster Create the message broadcaster.
Top
Methods
 NameDescription
Public methodStatic memberBroadcast Broadcasts a Message to all message receivers.
Public methodDispose Frees the message broadcaster.
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodStatic memberGetSyncMethod Gets the current inter-threading synchronization method.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberProcessMessages Force WCL message processing for current thread.
Public methodStatic memberSetSyncMethod Changes the current inter-threading synchronization method.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberWait(IntPtr) Waits until the specified event is in the signaled state.
Public methodStatic memberWait(WaitHandle) Waits until the specified event is in the signaled state.
Public methodStatic memberWait(IntPtr, UInt32) Waits until the specified event is in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(IntPtr, UInt32) Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(WaitHandle, UInt32) Waits until the specified event is in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(WaitHandle, UInt32) Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(IntPtr, UInt32, UInt32) Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
Public methodStatic memberWait(WaitHandle, UInt32, UInt32) Waits until one or all of the specified objects are in the signaled state or the time-out interval elapses.
Top
See Also