MessageStoreResult<T> Structure

.NET Framework 4.5

Represents the result associated with the message store.

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

generic<typename T>
where T : ref class 
public value class MessageStoreResult

Type Parameters

T

The type of the result.

The MessageStoreResult<T> type exposes the following members.

  NameDescription
Public methodMessageStoreResult<T>Initializes a new instance of the MessageStoreResult<T> class.
Top

  NameDescription
Public propertyFirstMessageIdGets the identifier of the first message.
Public propertyHasMoreDataGets whether the result contains more data.
Public propertyMessagesGets the message associated with the result.
Top

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
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: