C# Class AngularAzureSearch.WebAPI.Hubs.AnalyticsHub

Inheritance: Hub
Afficher le fichier Open project: TheDarkCode/AngularAzureSearch

Méthodes publiques

Свойство Type Description
activeUsers int

Méthodes publiques

Méthode Description
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task
RegisterActiveUser ( ) : void

Method Details

OnDisconnected() public méthode

public OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task
stopCalled bool
Résultat System.Threading.Tasks.Task

RegisterActiveUser() public méthode

public RegisterActiveUser ( ) : void
Résultat void

Property Details

activeUsers public_oe static_oe property

public static int activeUsers
Résultat int