PerformanceCounterManager::ConnectionMessagesReceivedTotal Property
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Returns IPerformanceCounter.
Gets the performance counter representing the toal number of messages received by connections (server to client) since the application was started.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
public: virtual property IPerformanceCounter^ ConnectionMessagesReceivedTotal { IPerformanceCounter^ get () sealed; private: void set (IPerformanceCounter^ value) sealed; }
Property Value
Type: Microsoft.AspNet.SignalR.Infrastructure::IPerformanceCounterReturns IPerformanceCounter.
Implements
IPerformanceCounterManager::ConnectionMessagesReceivedTotal
Show: