Click or drag to resize

IncomingMessageManagerTMessageHandler Class

A base class for matching and handling packets received.
Inheritance Hierarchy
SystemObject
  Demo3D.NetIncomingMessageManagerTMessageHandler

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public abstract class MessageHandler

The IncomingMessageManagerTMessageHandler generic type exposes the following members.

Constructors
  NameDescription
Protected methodIncomingMessageManagerTMessageHandler
Initializes a new instance of the IncomingMessageManagerTMessageHandler class
Top
Methods
  NameDescription
Protected methodHandleMessage
Handles a message. The connection transaction manager is blocked while this is running. The message will be Dispose'd when this call returns.
Protected methodMatch
Attempts to match an incoming message.
Top
See Also