Share via


IOperationProgressStageAccess Interface

Definition

Represents a contribution to a particular operation stage. When contribution is done, consumer should call Dispose() or put this object in a using.

public interface class IOperationProgressStageAccess : IDisposable
public interface IOperationProgressStageAccess : IDisposable
type IOperationProgressStageAccess = interface
    interface IDisposable
Public Interface IOperationProgressStageAccess
Implements IDisposable
Implements

Properties

EstimatedTaskCount

Gets or sets the estimated task count for this stage that will be used to help estimate stage progress.

Methods

RegisterTask(OperationProgressTask)

Registers a OperationProgressTask that contributes work to this stage. If more tasks are registered than EstimatedTaskCount, the number of registered tasks takes priority.

Applies to