Property | Type | Description | |
---|---|---|---|
CreateObserver | |||
Observe | |||
Reset | void | ||
VisualizeInHost |
Method | Description | |
---|---|---|
AbortAll ( ) : void |
Aborts all the currently executing controllers
|
|
ChangeHost ( IProgressControlHost host ) : void |
Re-hosts all the current observers into the specified host
|
|
Observe ( IProgressController controller, IProgressControlHost host ) : |
Will use the specified host to visualize the progress of controller
|
|
StartAsync ( IServiceProvider sp, IProgressControlHost host, ProgressStepDefinition[]>.Func |
Method | Description | |
---|---|---|
CreateObserver ( IProgressController controller, IProgressVisualizer visualizer, |
||
Observe ( IProgressController controller, IProgressVisualizer visualizer ) : |
||
Reset ( ) : void | ||
VisualizeInHost ( IProgressControlHost host ) : |
public static ChangeHost ( IProgressControlHost host ) : void | ||
host | IProgressControlHost | |
return | void |
public static Observe ( IProgressController controller, IProgressControlHost host ) : |
||
controller | IProgressController | |
host | IProgressControlHost | |
return |
public static StartAsync ( IServiceProvider sp, IProgressControlHost host, ProgressStepDefinition[]>.Func |
||
sp | IServiceProvider | |
host | IProgressControlHost | |
stepFactory | ProgressStepDefinition[]>.Func | |
return | IProgressEvents |