IPerformanceCounterManager::Initialize Method

.NET Framework 4.5

Initializes the performance counters.

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

void Initialize(
	String^ instanceName, 
	CancellationToken hostShutdownToken
)

Parameters

instanceName
Type: System::String
The host instance name.
hostShutdownToken
Type: System.Threading::CancellationToken
The CancellationToken representing the host shutdown.
Show: