Method | Description | |
---|---|---|
GetInitialMessages ( string queueName = null ) : void |
Gets the intial set of messages to be displayed by the QueueManager
|
|
GetServiceStatus ( string queueName ) : void | ||
GetWaitingQueueMessageCount ( string queueName = null ) : void |
Returns a count of messages that is waiting for a given queue or all queues
|
|
Notify ( |
||
StartService ( ) : void |
Starts the service
|
|
StatusMessage ( string message ) : void | ||
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, string id = null, string icon = "Info", System.DateTime time = null ) : void |
Writes out message to all connected SignalR clients
|
|
getQueueMessage ( string id ) : void | ||
getQueueNames ( ) : void |
public GetInitialMessages ( string queueName = null ) : void | ||
queueName | string | |
return | void |
public GetServiceStatus ( string queueName ) : void | ||
queueName | string | |
return | void |
public GetWaitingQueueMessageCount ( string queueName = null ) : void | ||
queueName | string | |
return | void |
public Notify ( |
||
queueItem | ||
elapsed | int | |
waiting | int | |
return | void |
public static StatusMessage ( string message ) : void | ||
message | string | |
return | void |
public StatusMessage ( string message, bool allClients = false ) : void | ||
message | string | |
allClients | bool | |
return | void |
public ThrowException ( string message ) : void | ||
message | string | |
return | void |
public UpdateServiceStatus ( |
||
status | ||
return | void |
public static WriteMessage ( |
||
queueItem | ||
elapsed | int | |
waiting | int | |
time | System.DateTime | |
return | void |
public static WriteMessage ( string message, string id = null, string icon = "Info", System.DateTime time = null ) : void | ||
message | string | |
id | string | |
icon | string | |
time | System.DateTime | |
return | void |