Lean
$LEAN_TAG$
|
Represents a timer consumer instance More...
Properties | |
bool | Finished [get, set] |
True if the consumer already finished it's work and no longer consumes time More... | |
ITimeProvider | TimeProvider [get, set] |
The time provider associated with this consumer More... | |
IIsolatorLimitResultProvider | IsolatorLimitProvider [get, set] |
The isolator limit provider to be used with this consumer More... | |
DateTime? | NextTimeRequest [get, set] |
The next time, base on the TimeProvider, that time should be requested to be IsolatorLimitProvider More... | |
Represents a timer consumer instance
Definition at line 23 of file TimeConsumer.cs.
|
getset |
True if the consumer already finished it's work and no longer consumes time
Definition at line 28 of file TimeConsumer.cs.
|
getset |
The time provider associated with this consumer
Definition at line 33 of file TimeConsumer.cs.
|
getset |
The isolator limit provider to be used with this consumer
Definition at line 38 of file TimeConsumer.cs.
|
getset |
The next time, base on the TimeProvider, that time should be requested to be IsolatorLimitProvider
Definition at line 44 of file TimeConsumer.cs.