메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public RandomDelayBehavior ( int initialSeconds, int finalSeconds ) : System | ||
initialSeconds | int | |
finalSeconds | int | |
리턴 | System |