메소드 | 설명 | |
---|---|---|
RunOnFinished ( this controller, Action |
The onFinishedAction will be called once when the controller will finish by invoking IProgressEvents.Finished. This code will not cause memory leaks due to event registration |
public static RunOnFinished ( this controller, Action |
||
controller | this | Required. |
onFinishedAction | Action |
Required. The action that will be invoked with the finished |
리턴 | void |