Message Class

.NET Framework 4.5

No content here will be updated; please do not add material here.

System::Object
  Microsoft.AspNet.SignalR.Messaging::Message

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class Message

The Message type exposes the following members.

  NameDescription
Public methodMessage()Initializes a new instance of the Message class.
Public methodMessage(String, String, ArraySegment<Byte>)
Public methodMessage(String, String, String)Initializes a new instance of the Message class.
Top

  NameDescription
Public propertyCommandIdGets or sets the command identifier of the message.
Public propertyEncodingThe encoding of the message
Public propertyFilterGets or sets the message filter.
Public propertyIsAckGets or sets a value indicating whether the message is an acknowledge message.
Public propertyIsCommandGets a value indicating whether the message is a command message.
Public propertyKeyGets or sets the key for the message.
Public propertyMappingIdThe payload id. Only used in scaleout scenarios
Public propertySourceGets or sets the source of the message.
Public propertyStreamIndexThe stream index this message came from. Only used the scaleout scenarios.
Public propertyValueGets or sets the value of the message.
Public propertyWaitForAckGets or sets a value indicating whether the message waits for acknowledgement.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetString
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberReadFrom
Public methodToString (Inherited from Object.)
Public methodWriteTo
Top

No content here will be updated; please do not add material here.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: