Click or drag to resize

MessageType Class

[This is preliminary documentation and is subject to change.]

Represents a MLAPI message type
Inheritance Hierarchy
SystemObject
  MLAPI.DataMessageType

Namespace:  MLAPI.Data
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class MessageType
Request Example View Source

The MessageType type exposes the following members.

Constructors
  NameDescription
Public methodMessageType
Initializes a new instance of the MessageType class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldName
The name of the messageType
Public fieldPassthrough
Wheter or not the channel should have passthrough support.
Top
See Also