Class ProgressNotificationArgs

ProgressNotificationArgs class

Provides data for the Notify method.

public sealed class ProgressNotificationArgs : EventArgs

Constructors

NameDescription
ProgressNotificationArgs()Initializes a new instance of the ProgressNotificationArgs class.

Properties

NameDescription
CurrentStepName { get; }Gets the name of the current step (part of the operation) being executed.
CurrentStepProgress { get; }Gets the estimated progress percentage completed for the current step (part of the operation) (0-100).
EstimatedTotalProgress { get; }Gets the estimated total progress of the entire operation (0-100).

Remarks

This class contains progress information about the operation.

See Also