MessageStore<T> Constructor (UInt32, UInt32)

.NET Framework 4.5

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

public:
MessageStore(
	unsigned int capacity, 
	unsigned int offset
)

Parameters

capacity
Type: System::UInt32
offset
Type: System::UInt32
Show: