Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    capacity As UInteger _
)
'Usage
Dim capacity As UInteger 
Dim instance As New MessageStore(capacity)
public MessageStore(
    uint capacity
)
public:
MessageStore(
    unsigned int capacity
)
new : 
        capacity:uint32 -> MessageStore
public function MessageStore(
    capacity : uint
)
Parameters
- capacity
 Type: System.UInt32