프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetCurrentProgress | double |
메소드 | 설명 | |
---|---|---|
DeterminateStepProgressNotifier ( IProgressStepExecutionEvents executionEvents, int numberOfIncrements ) : System |
Creates an instance of DeterminateStepProgressNotifier
|
|
IncrementProgress ( int increment = 1 ) : void |
Advances the progress by an increment. The progress needs to remain in valid range for this to succeed.
|
|
NotifyCurrentProgress ( string message ) : void |
Notifies the progress without incrementing the progress. IProgressStepExecutionEvents.ProgressChanged(string, double) |
|
NotifyIncrementedProgress ( string message, int increment = 1 ) : void |
Increments and notifies the progress with a message
|
메소드 | 설명 | |
---|---|---|
GetCurrentProgress ( ) : double |
public DeterminateStepProgressNotifier ( IProgressStepExecutionEvents executionEvents, int numberOfIncrements ) : System | ||
executionEvents | IProgressStepExecutionEvents | Required |
numberOfIncrements | int | The number of predefined increments to the progress, at least one is expected. |
리턴 | System |
public IncrementProgress ( int increment = 1 ) : void | ||
increment | int | 1 by default |
리턴 | void |
public NotifyCurrentProgress ( string message ) : void | ||
message | string | |
리턴 | void |
public NotifyIncrementedProgress ( string message, int increment = 1 ) : void | ||
message | string | |
increment | int | |
리턴 | void |