ScaleoutMessage Class

.NET Framework 4.5

Represents a message to the scaleout backplane.

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

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

public ref class ScaleoutMessage

The ScaleoutMessage type exposes the following members.

  NameDescription
Public methodScaleoutMessage()Initializes a new instance of the ScaleoutMessage class.
Public methodScaleoutMessage(IList<Message>)Initializes a new instance of the ScaleoutMessage class.
Top

  NameDescription
Public propertyMessagesGets or sets the messages from SignalR.
Public propertyServerCreationTimeGets or sets the time the message was created on the origin server.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromBytesCreates a new instance of the ScaleoutMessage class from the specified data in bytes.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToBytesConverts a ScaleoutMessage object to bytes.
Public methodToString (Inherited from Object.)
Top

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: