MessageStoreResult<T> Structure
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents the result associated with the message store.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The MessageStoreResult<T> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MessageStoreResult<T> | Initializes a new instance of the MessageStoreResult<T> class. |
| Name | Description | |
|---|---|---|
![]() | FirstMessageId | Gets the identifier of the first message. |
![]() | HasMoreData | Gets whether the result contains more data. |
![]() | Messages | Gets the message associated with the result. |
Show:
