RedisMessage Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Redis
Assembly: Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
Top
Top
Represents a Redis message.
Assembly: Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
The RedisMessage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Id | Gets or sets the Redis message ID. |
![]() | ScaleoutMessage | Gets or sets the scaled out Redis message. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromBytes | Creates a Redis message from the specified data. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | ToBytes | Converts the messages into array of bytes. |
![]() | ToString | (Inherited from Object.) |
Show:
