C# Class AngularAzureSearch.WebAPI.Hubs.AnalyticsHub

Inheritance: Hub
Datei anzeigen Open project: TheDarkCode/AngularAzureSearch

Public Properties

Property Type Description
activeUsers int

Public Methods

Method Description
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task
RegisterActiveUser ( ) : void

Method Details

OnDisconnected() public method

public OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task
stopCalled bool
return System.Threading.Tasks.Task

RegisterActiveUser() public method

public RegisterActiveUser ( ) : void
return void

Property Details

activeUsers public_oe static_oe property

public static int activeUsers
return int