IProgressDialogSetProgress64 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 SetProgress64(
	ulong completed,
	ulong total
)

Parameters

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

See Also