ScaleoutStore Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a message store that is backed by a ring buffer.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ScaleoutStore type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FragmentCount | Gets or sets the number of message fragments in the store. |
![]() | FragmentSize | Gets or sets the size of the message fragment. |
![]() | MaxMapping | Gets or sets the maximum mapping ID. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a message to the store and returns the ID of the newly added message. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMessages | Gets the next batch of messages, beginning with the specified ID. |
![]() | GetMessagesByMappingId | Gets the next batch of messages for the specified mapping ID. |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
