프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
DelayedAsyncAction ( int timeout, Func |
DelayedAsyncAction invokes action after specified timeout when Invoke is called. If Invoke is called again before timeout, previous invocation request is cancelled and action will be invoked only once
|
|
Invoke ( Func |
public DelayedAsyncAction ( int timeout, Func |
||
timeout | int | |
action | Func |
|
리턴 | System |