C# Class NerfTargets.Hubs.TargetHub

Inheritance: Microsoft.AspNet.SignalR.Hub
Mostra file Open project: ImagineLearning/NerfGallery

Public Methods

Method 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 method

public OnConnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnDisconnected() public method

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

RecordHit() public method

public RecordHit ( bool good ) : void
good bool
return void

SetClientId() public method

public SetClientId ( int id ) : void
id int
return void