C# Class LibiadaWeb.Tasks.TasksManagerHub

SignalR messages hub class.
Inheritance: Microsoft.AspNet.SignalR.Hub
Datei anzeigen Open project: intervals-mining-lab/libiada-web

Public Methods

Method Description
GetAllTasks ( ) : void

Called by clients on connect.

Send ( TaskEvent taskEvent, TaskData task ) : void

Send web socket message to all clients.

Method Details

GetAllTasks() public method

Called by clients on connect.
public GetAllTasks ( ) : void
return void

Send() public static method

Send web socket message to all clients.
public static Send ( TaskEvent taskEvent, TaskData task ) : void
taskEvent TaskEvent /// Task event. ///
task TaskData /// Task itself. ///
return void