Click or drag to resize

wclMessageReceiver Class

The message receiver object.
Inheritance Hierarchy
SystemObject
  wclCommonwclMessageReceiver

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

The wclMessageReceiver type exposes the following members.

Constructors
 NameDescription
Public methodwclMessageReceiver Creates new message receiver object.
Top
Properties
 NameDescription
Public propertyListening Gets the receiver state.
Top
Methods
 NameDescription
Public methodClose Closes the receiver and stops listening for the messages.
Protected methodDoMessage Fires the OnMessage event
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalize Frees the message receiver.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOpen Opens the receiver and starts listening for the messages.
Public methodPost Posts the message into the messages queue.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventOnMessage The event fires when a new message has been received.
Top
See Also