MessageStore<T> 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 MessageStore<T> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MessageStore<T>(UInt32) | Initializes a new instance of the MessageStore<T> class with the specified capacity. |
![]() | MessageStore<T>(UInt32, UInt32) | Initializes a new instance of the MessageStore<T> class. |
| 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.) |
![]() | GetMessageCount | Gets the number of messages in the store. |
![]() | GetMessages | Gets the next batch of messages, beginning with the specified ID. |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
