MessageStoreResult<T> Structure

.NET Framework 4

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

Syntax

'Declaration
Public Structure MessageStoreResult(Of T As Class)
'Usage
Dim instance As MessageStoreResult(Of T)
public struct MessageStoreResult<T>
where T : class
generic<typename T>
where T : ref class 
public value class MessageStoreResult
[<SealedAttribute>]
type MessageStoreResult<'T when 'T : not struct> =  struct end
JScript does not support generic types and methods.

Type Parameters

  • T

The MessageStoreResult<T> type exposes the following members.

Constructors

  Name Description
Public method MessageStoreResult<T>

Top

Properties

  Name Description
Public property FirstMessageId
Public property HasMoreData
Public property Messages

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

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