IProgressDialogSetProgress Method

Updates the progress dialog box with the current state of the operation.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void SetProgress(
	uint completed,
	uint total
)

Parameters

completed  UInt32
An application-defined value that indicates what proportion of the operation has been completed at the time the method was called.
total  UInt32
An application-defined value that specifies what value completed will have when the operation is complete.

See Also