ScaleoutMessage Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Top
Represents a message to the scaleout backplane.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ScaleoutMessage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ScaleoutMessage() | Initializes a new instance of the ScaleoutMessage class. |
![]() | ScaleoutMessage(IList<Message>) | Initializes a new instance of the ScaleoutMessage class. |
| Name | Description | |
|---|---|---|
![]() | Messages | Gets or sets the messages from SignalR. |
![]() | ServerCreationTime | Gets or sets the time the message was created on the origin server. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromBytes | Creates a new instance of the ScaleoutMessage class from the specified data in bytes. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToBytes | Converts a ScaleoutMessage object to bytes. |
![]() | ToString | (Inherited from Object.) |
Show:
