IAsyncTaskState.SetProgress

IAsyncTaskState.SetProgress method

Sets the progress of the asynchronous task.

public void SetProgress(int progressPercentage)
ParameterTypeDescription
progressPercentageInt32The progress percentage.

See Also