ThrottlePasses Constructor |
Name | Description | |
---|---|---|
ThrottlePasses(Int32, Composite) |
Implements a 'throttle' composite. This composite limits the number of times the child
will be run within a given time span. Returns Failure if limit reached, otherwise
Returns result of child
| |
ThrottlePasses(TimeSpan, Composite) |
Implements a 'throttle' composite. This composite limits the number of times the child
to running once within a given time span. Returns Failure if attempted to run after
limit reached in timeframe, otherwise returns result of child
| |
ThrottlePasses(Int32, Int32, Composite) |
Implements a 'throttle' composite. This composite limits the number of times the child
will be run within a given time span. Returns Failure for attempts after limit reached,
otherwise returns result of child
| |
ThrottlePasses(Int32, TimeSpan, Composite) |
Implements a 'throttle' composite. This composite limits the number of times the child
will be run within a given time span. Returns Failure for attempts after limit reached,
otherwise returns result of child
| |
ThrottlePasses(Int32, TimeSpan, RunStatus, Composite) |
Implements a 'throttle' composite. This composite limits the number of times the child
will be run within a given time span. Returns cappedStatus for attempts after limit reached,
otherwise returns result of child
|