Interface IProgressNotificationCallback

IProgressNotificationCallback interface

Represents a callback interface for receiving notifications during long-running project operations.

public interface IProgressNotificationCallback

Methods

NameDescription
Notify(ProgressNotificationArgs)Called during project long-running operations to provide progress information.

Remarks

This interface allows clients to receive progress updates. Implement this interface to track the operation progress.

See Also