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 | |
---|---|---|
MessageStoreResult<T> |
Top
Properties
Name | Description | |
---|---|---|
FirstMessageId | ||
HasMoreData | ||
Messages |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
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.