Click or drag to resize

ThrottlePasses Constructor

Overload List
  NameDescription
Public methodThrottlePasses(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
Public methodThrottlePasses(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
Public methodThrottlePasses(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
Public methodThrottlePasses(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
Public methodThrottlePasses(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
Top
See Also