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 | |
---|---|---|
MessageStore<T>(UInt32) | ||
MessageStore<T>(UInt32, UInt32) |
Top
Methods
Name | Description | |
---|---|---|
Add | ||
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMessageCount | ||
GetMessages | ||
GetType | (Inherited from Object.) | |
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.