Property | Type | Description | |
---|---|---|---|
State | object |
Property | Type | Description | |
---|---|---|---|
_finish_is_set | bool | ||
_finish_time | System.DateTime | ||
_interval | System.TimeSpan | ||
_sync | object |
Method | Description | |
---|---|---|
CheckTime ( object o, System args ) : void | ||
Start ( ) : void | ||
WaitTaskWorker ( System.DateTime finish_after_utc_time, object state ) : System | ||
WaitTaskWorker ( System.TimeSpan min_wait_interval, object state ) : System |
public CheckTime ( object o, System args ) : void | ||
o | object | |
args | System | |
return | void |
public WaitTaskWorker ( System.DateTime finish_after_utc_time, object state ) : System | ||
finish_after_utc_time | System.DateTime | |
state | object | |
return | System |
public WaitTaskWorker ( System.TimeSpan min_wait_interval, object state ) : System | ||
min_wait_interval | System.TimeSpan | |
state | object | |
return | System |