MessageStore<T> Constructor (UInt32, UInt32)

.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, _
    offset As UInteger _
)
'Usage
Dim capacity As UInteger 
Dim offset As UInteger 

Dim instance As New MessageStore(capacity, _
    offset)
public MessageStore(
    uint capacity,
    uint offset
)
public:
MessageStore(
    unsigned int capacity, 
    unsigned int offset
)
new : 
        capacity:uint32 * 
        offset:uint32 -> MessageStore
public function MessageStore(
    capacity : uint, 
    offset : uint
)

Parameters

See Also

Reference

MessageStore<T> Class

MessageStore<T> Overload

Microsoft.AspNet.SignalR.Messaging Namespace