C# Class NerfTargets.Hubs.TargetHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Afficher le fichier Open project: ImagineLearning/NerfGallery

Méthodes publiques

Méthode Description
OnConnected ( ) : System.Threading.Tasks.Task
OnDisconnected ( bool stopCalled ) : System.Threading.Tasks.Task
RecordHit ( bool good ) : void
SetClientId ( int id ) : 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

RecordHit() public méthode

public RecordHit ( bool good ) : void
good bool
Résultat void

SetClientId() public méthode

public SetClientId ( int id ) : void
id int
Résultat void