메소드 | 설명 | |
---|---|---|
Cancel ( object tag ) : void |
Cancels idle time action. Has no effect if action has already been executed.
|
|
Create ( System.Action action, int delay, object tag, ICoreShell shell ) : void |
Create delayed idle time action
|
메소드 | 설명 | |
---|---|---|
ConnectToIdle ( ) : void | ||
DisconnectFromIdle ( ) : void | ||
IdleTimeAction ( System.Action action, int delay, object tag, ICoreShell shell ) : System | ||
OnIdle ( object sender, |
public static Cancel ( object tag ) : void | ||
tag | object | Tag identifying the action to cancel |
리턴 | void |
public static Create ( System.Action action, int delay, object tag, ICoreShell shell ) : void | ||
action | System.Action | Action to execute on idle |
delay | int | Minimum number of milliseconds to wait before executing the action |
tag | object | Object that uniquely identifies the action. Typically creator object. |
shell | ICoreShell | |
리턴 | void |