Method | Description | |
---|---|---|
Dispose ( ) : void |
Release any contained resources.
|
|
NetMQScheduler ( [ poller = null ) : System |
Create a new NetMQScheduler object within the given context, and optionally using the given poller.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Release any contained resources.
|
|
GetScheduledTasks ( ) : IEnumerable |
Return a collection of the scheduled Tasks. (Not supported - for debug purposes only)
|
|
QueueTask ( Task task ) : void | ||
TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool |
Method | Description | |
---|---|---|
DisposeSynced ( ) : void | ||
NetMQScheduler ( Poller poller, NetMQ.PushSocket pushSocket, NetMQ.PullSocket pullSocket ) : System | ||
NetMQScheduler ( [ context, [ poller = null ) : System | ||
OnMessage ( object sender, |
||
OnMessageFirstTime ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | set this to true if releasing managed resources |
return | void |
protected GetScheduledTasks ( ) : IEnumerable |
||
return | IEnumerable |
public NetMQScheduler ( [ poller = null ) : System | ||
poller | [ | (optional)the Poller for this Net to use |
return | System |
protected TryExecuteTaskInline ( Task task, bool taskWasPreviouslyQueued ) : bool | ||
task | Task | |
taskWasPreviouslyQueued | bool | |
return | bool |