MessageHandler Class

MessageHandler class

Represents a base type for message handlers.

public abstract class MessageHandler

Properties

NameDescription
getFilters Gets the filters list that are corresponding to the specified handler type.

Methods

NameDescription
abstract Invoke(INetworkOperationContext)When overridden in a derived class is used to implement the message handling.

See Also