Property | Type | Description | |
---|---|---|---|
cancelled | bool | ||
context | SynchronizationContext | ||
dcList | List |
||
timer | System.Timers.Timer | ||
timerLock | object |
Method | Description | |
---|---|---|
Cancel ( ) : void | ||
CancelAll ( ) : void | ||
Create ( Callback cb, int milliseconds ) : |
||
CreateAsync ( Callback cb, int milliseconds ) : |
||
Dispose ( ) : void | ||
DisposeAll ( ) : void | ||
Fire ( ) : void | ||
FireAll ( ) : void | ||
FireNow ( ) : void | ||
Reset ( ) : void | ||
Reset ( int milliseconds ) : void | ||
Start ( Callback cb, int milliseconds ) : DelayedCall | ||
Start ( ) : void | ||
StartAsync ( Callback cb, int milliseconds ) : DelayedCall |
Method | Description | |
---|---|---|
OnFire ( ) : void | ||
PrepareDCObject ( DelayedCall dc, int milliseconds, bool async ) : void | ||
Register ( DelayedCall dc ) : void | ||
Timer_Elapsed ( object o, System e ) : void | ||
Unregister ( DelayedCall dc ) : void |
Method | Description | |
---|---|---|
DelayedCall ( ) : System | ||
DelayedCall ( Callback cb ) : System | ||
DelayedCall ( Callback cb, int milliseconds ) : System | ||
DelayedCall ( DelayedCall | ||
DelayedCall ( DelayedCall | ||
Reset ( int milliseconds, object data ) : void | ||
Reset ( object data ) : void | ||
SetTimeout ( int milliseconds ) : void |
public static Create ( Callback cb, int milliseconds ) : |
||
cb | Callback | |
milliseconds | int | |
return |
public static CreateAsync ( Callback cb, int milliseconds ) : |
||
cb | Callback | |
milliseconds | int | |
return |
protected static PrepareDCObject ( DelayedCall dc, int milliseconds, bool async ) : void | ||
dc | DelayedCall | |
milliseconds | int | |
async | bool | |
return | void |
protected static Register ( DelayedCall dc ) : void | ||
dc | DelayedCall | |
return | void |
public static Start ( Callback cb, int milliseconds ) : DelayedCall | ||
cb | Callback | |
milliseconds | int | |
return | DelayedCall |
public static StartAsync ( Callback cb, int milliseconds ) : DelayedCall | ||
cb | Callback | |
milliseconds | int | |
return | DelayedCall |
protected Timer_Elapsed ( object o, System e ) : void | ||
o | object | |
e | System | |
return | void |
protected static Unregister ( DelayedCall dc ) : void | ||
dc | DelayedCall | |
return | void |
protected SynchronizationContext context | ||
return | SynchronizationContext |