Interface IRepeatAction
Assembly: ISynergy.Framework.Automations.dll
Syntax
public interface IRepeatAction : IAction
Properties
View Source
CountCircuitBreaker
Declaration
int CountCircuitBreaker { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
View Source
RepeatType
Declaration
RepeatTypes RepeatType { get; }
Property Value
Methods
View Source
ValidateAction(Object)
Declaration
bool ValidateAction(object entity)
Parameters
| Type |
Name |
Description |
| System.Object |
entity |
|
Returns
| Type |
Description |
| System.Boolean |
|
Extension Methods