Метод | Описание | |
---|---|---|
GetServiceStatus ( ) : void | ||
GetWaitingQueueMessageCount ( ) : void | ||
StartService ( ) : void |
Starts the service
|
|
StatusMessage ( string message, bool allClients = false ) : void |
Writes a message to the client that displays on the status bar
|
|
StopService ( ) : void | ||
ThrowException ( string message ) : void |
Throws an exception from server to client On client handle with self.hub.server.updateServiceStatus(status).fail(function(err){});
|
|
UpdateServiceStatus ( |
||
WriteMessage ( |
Writes out a message to all SignalR clients
|
|
WriteMessage ( string message ) : void |
Writes out message to all connected SignalR clients
|
public GetWaitingQueueMessageCount ( ) : void | ||
Результат | void |
public StatusMessage ( string message, bool allClients = false ) : void | ||
message | string | |
allClients | bool | |
Результат | void |
public ThrowException ( string message ) : void | ||
message | string | |
Результат | void |
public UpdateServiceStatus ( |
||
status | ||
Результат | void |
public static WriteMessage ( |
||
queueItem | ||
elapsed | int | |
waiting | int | |
Результат | void |
public static WriteMessage ( string message ) : void | ||
message | string | |
Результат | void |