Property | Type | Description | |
---|---|---|---|
DefaultIdleTimeSpan | System.TimeSpan | ||
DefaultMinTimeSpan | System.TimeSpan |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
PeriodInvoker ( string periodTimeFormat, Action | ||
PeriodInvoker ( string periodTimeFormat, Action | ||
PeriodInvoker ( string periodTimeFormat, System.TimeSpan idleTimeSpan, Action | ||
Start ( ) : void |
반복 호출 작업을 시작합니다.
|
|
Stop ( ) : void |
반복 호출 작업을 취소합니다.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
DoInvokeByPeriodTime ( string periodTimeFormat, System.TimeSpan idleTimeSpan, Action |
반복 주기에 따라 지정된 Action을 비동기 방식으로 작업을 수행합니다.
|
|
DoInvokeByTimeSpan ( System.TimeSpan periodTimeSpan, Action |
반복 주기에 따라 지정된 Action을 비동기 방식으로 수행하는 작업을 수행합니다.
|
protected DoInvokeByPeriodTime ( string periodTimeFormat, System.TimeSpan idleTimeSpan, Action | ||
periodTimeFormat | string | 주기 표현식 |
idleTimeSpan | System.TimeSpan | 유휴 시간 간격 |
periodAction | Action | 주기 도래시 수행할 델리게이트 |
token | 취소시 필요한 토큰 | |
return | void |
protected DoInvokeByTimeSpan ( System.TimeSpan periodTimeSpan, Action | ||
periodTimeSpan | System.TimeSpan | 반복 작업 간의 시간 간격 |
periodAction | Action | 주기 도래시 수행할 델리게이트 |
token | 취소시 필요한 토큰 | |
return | void |
public PeriodInvoker ( string periodTimeFormat, Action | ||
periodTimeFormat | string | |
periodAction | Action | |
return | System |
public PeriodInvoker ( string periodTimeFormat, Action | ||
periodTimeFormat | string | |
periodAction | Action | |
startNow | bool | |
return | System |
public PeriodInvoker ( string periodTimeFormat, System.TimeSpan idleTimeSpan, Action | ||
periodTimeFormat | string | |
idleTimeSpan | System.TimeSpan | |
periodAction | Action | |
startNow | bool | |
return | System |
public static TimeSpan,System DefaultIdleTimeSpan | ||
return | System.TimeSpan |