.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Structure MessageResult
'Usage
Dim instance As MessageResult
public struct MessageResult
public value class MessageResult
[<SealedAttribute>]
type MessageResult = struct end
JScript suports the use of structures, but not the declaration of new ones.
The MessageResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
MessageResult(Boolean) | |
![]() |
MessageResult(IList<ArraySegment<Message>>, Int32) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Messages | Gets an IListMessage associated with the result. |
![]() |
Terminal | |
![]() |
TotalCount |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from ValueType.) |
![]() |
GetHashCode | (Inherited from ValueType.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from ValueType.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() ![]() |
TerminalMessage |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg)
.jpeg)
.jpeg)
.gif)