MessageResult Structure
.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 result.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The MessageResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MessageResult(Boolean) | Initializes a new instance of the MessageResult class. |
![]() | MessageResult(IList<ArraySegment<Message>>, Int32) | Initializes a new instance of the MessageResult class. |
| Name | Description | |
|---|---|---|
![]() | Messages | Gets an IList<T> associated with the result. |
![]() | Terminal | Gets or sets a value that indicates whether this is a terminal message result. |
![]() | TotalCount | Gets or sets the amount of messages populated in the messages array. |
Show:
