MessageResult Structure

.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
Public method MessageResult(Boolean)
Public method MessageResult(IList<ArraySegment<Message>>, Int32)

Top

Properties

  Name Description
Public property Messages Gets an IListMessage associated with the result.
Public property Terminal
Public property TotalCount

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public fieldStatic member 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.

See Also

Reference

Microsoft.AspNet.SignalR.Messaging Namespace