C# Class Brunet.Concurrent.WaitTaskWorker

Inheritance: TaskWorker
Datei anzeigen Open project: pstjuste/brunet

Public Properties

Property Type Description
State object

Protected Properties

Property Type Description
_finish_is_set bool
_finish_time System.DateTime
_interval System.TimeSpan
_sync object

Public Methods

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

Method Details

CheckTime() public method

public CheckTime ( object o, System args ) : void
o object
args System
return void

Start() public method

public Start ( ) : void
return void

WaitTaskWorker() public method

public WaitTaskWorker ( System.DateTime finish_after_utc_time, object state ) : System
finish_after_utc_time System.DateTime
state object
return System

WaitTaskWorker() public method

public WaitTaskWorker ( System.TimeSpan min_wait_interval, object state ) : System
min_wait_interval System.TimeSpan
state object
return System

Property Details

State public_oe property

public object State
return object

_finish_is_set protected_oe property

protected bool _finish_is_set
return bool

_finish_time protected_oe property

protected DateTime,System _finish_time
return System.DateTime

_interval protected_oe property

protected TimeSpan,System _interval
return System.TimeSpan

_sync protected_oe property

protected object _sync
return object