메소드 | 설명 | |
---|---|---|
Invoke ( System.Action action ) : void | ||
InvokeAsync ( System.Action action ) : System.Threading.Tasks.Task |
public static Invoke ( System.Action action ) : void | ||
action | System.Action | |
리턴 | void |
public static InvokeAsync ( System.Action action ) : System.Threading.Tasks.Task | ||
action | System.Action | |
리턴 | System.Threading.Tasks.Task |