MessageHandler class

MessageHandler class

Represents a base type for message handlers.

The MessageHandler type exposes the following members:

Properties

PropertyDescription
filtersGets the filters list that are corresponding to the specified handler type.

Methods

MethodDescription
invokeWhen overridden in a derived class is used to implement the message handling.

See Also