IConfigurationManager::DefaultMessageBufferSize Property

.NET Framework 4.5

Gets of sets the number of messages to buffer for a specific signal.

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

property int DefaultMessageBufferSize {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
Show: