Method | Description | |
---|---|---|
Execute ( ) : void | ||
RandomDelayBehavior ( System.TimeSpan initialInvertal, System.TimeSpan finalInterval ) : System | ||
RandomDelayBehavior ( int initialSeconds, int finalSeconds ) : System |
public RandomDelayBehavior ( System.TimeSpan initialInvertal, System.TimeSpan finalInterval ) : System | ||
initialInvertal | System.TimeSpan | |
finalInterval | System.TimeSpan | |
return | System |
public RandomDelayBehavior ( int initialSeconds, int finalSeconds ) : System | ||
initialSeconds | int | |
finalSeconds | int | |
return | System |