WriteProgressCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void WriteProgressCallback(System::String ^ activity, System::String ^ currentOperation, System::String ^ statusDescription, System::UInt32 percentageCompleted, System::UInt32 secondsRemaining);
public delegate void WriteProgressCallback(Platform::String ^ activity, Platform::String ^ currentOperation, Platform::String ^ statusDescription, unsigned int percentageCompleted, unsigned int secondsRemaining);
public delegate void WriteProgressCallback(string activity, string currentOperation, string statusDescription, uint percentageCompleted, uint secondsRemaining);
type WriteProgressCallback = delegate of string * string * string * uint32 * uint32 -> unit
Public Delegate Sub WriteProgressCallback(activity As String, currentOperation As String, statusDescription As String, percentageCompleted As UInteger, secondsRemaining As UInteger)
Parameters
- activity
- String
- currentOperation
- String
- statusDescription
- String
- percentageCompleted
- UInt32
- secondsRemaining
- UInt32