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: 11.0.0.7658
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
Properties
  NameDescription
Protected propertyDescription
A description of the message expected.
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.
Public methodToString
A description of the message expected.
(Overrides ObjectToString.)
Top
See Also