C# Class Basta.WpfClient.SignalRHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Afficher le fichier Open project: thinktecture/windows-js-integration-demos

Méthodes publiques

Méthode Description
OnConnected ( ) : System.Threading.Tasks.Task
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task
UpdateEmployee ( string empl ) : void

Method Details

OnConnected() public méthode

public OnConnected ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnDisconnected() public méthode

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

UpdateEmployee() public méthode

public UpdateEmployee ( string empl ) : void
empl string
Résultat void