IProgressDialogSetProgress64 Method
Updates the progress dialog box with the current state of the operation.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
Sub SetProgress64 (
completed As ULong,
total As ULong
)
Dim instance As IProgressDialog
Dim completed As ULong
Dim total As ULong
instance.SetProgress64(completed, total)
void SetProgress64(
unsigned long long completed,
unsigned long long total
)
abstract SetProgress64 :
completed : uint64 *
total : uint64 -> unit
No code example is currently available or this language may not be supported.
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.