MessageResult Structure

.NET Framework 4.5

Represents a message result.

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public value class MessageResult

The MessageResult type exposes the following members.

  NameDescription
Public methodMessageResult(Boolean)Initializes a new instance of the MessageResult class.
Public methodMessageResult(IList<ArraySegment<Message>>, Int32)Initializes a new instance of the MessageResult class.
Top

  NameDescription
Public propertyMessagesGets an IList<T> associated with the result.
Public propertyTerminalGets or sets a value that indicates whether this is a terminal message result.
Public propertyTotalCountGets or sets the amount of messages populated in the messages array.
Top

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top

  NameDescription
Public fieldStatic memberTerminalMessageSpecifies whether this is a terminal message result.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: