MessageStore<T> Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Messaging.MessageStore<T>

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

Syntax

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

Type Parameters

  • T

The MessageStore<T> type exposes the following members.

Constructors

  Name Description
Public method MessageStore<T>(UInt32)
Public method MessageStore<T>(UInt32, UInt32)

Top

Methods

  Name Description
Public method Add
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMessageCount
Public method GetMessages
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

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