Click or drag to resize

wclMessageBroadcasterDispose Method

Frees the message broadcaster.

Namespace: wclCommon
Assembly: wclCommon (in wclCommon.dll) Version: 7.11.10.0 (7.11.10.0)
Syntax
public void Dispose()

Implements

IDisposableDispose
Remarks
An application must never destroy the broadcaster directly. It is destroyed when not needed any more by the message receivers.
See Also