PerformanceCounterManager::Initialize Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Initializes the performance counters.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: virtual void Initialize( String^ instanceName, CancellationToken hostShutdownToken ) sealed
Parameters
- instanceName
- Type: System::String
The host instance name.
- hostShutdownToken
- Type: System.Threading::CancellationToken
The CancellationToken representing the host shutdown.
Implements
IPerformanceCounterManager::Initialize(String, CancellationToken)
Show: