Property | Type | Description | |
---|---|---|---|
ThreadLock | object |
Method | Description | |
---|---|---|
RedisMonitor ( ) : System | ||
RedisMonitor ( string host, int port ) : System | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
BlockSubscribe ( ) : void | ||
DoSubscribe ( ) : void | ||
InitializeMonitorClient ( ) : void | ||
InitializeSubscriptionClient ( ) : void | ||
InitializeThreads ( ) : void | ||
InitializeWorker ( ) : void | ||
ProcessPendingTasks ( ) : void |
Processes all pending tasks that can be found in the queue.
|
|
ProcessTask ( RedisQueue.Net.Clients.Entities.TaskMessage task ) : void |
Processes a single task and updates the queue accordingly.
|
|
Run ( ) : void | ||
SubscribeToQueue ( ) : void | ||
UnSubscribeFromQueue ( ) : void |
Method | Description | |
---|---|---|
ResolvePath ( string path ) : string |
Resolves the path to an assembly, at first trying the path from the current directory, then attempting to get the path from the current AppDomain's base directory.
|
protected InitializeSubscriptionClient ( ) : void | ||
return | void |
protected ProcessTask ( RedisQueue.Net.Clients.Entities.TaskMessage task ) : void | ||
task | RedisQueue.Net.Clients.Entities.TaskMessage | |
return | void |
public RedisMonitor ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |