Client.ProgressUpdated event
Occurs when there is an update in the progress of an exchange operation. Subscribers can use this event to receive real-time progress messages during lengthy operations like exchange creation or loading. If the Connector UI is present, it will update its progress screen in response to this event, displaying progress messages to the user. This event is primarily used internally by the SDK to provide feedback to its UI during lengthy operations.
public event EventHandler<ProgressUpdatedEventArgs> ProgressUpdated;
See Also
- class ProgressUpdatedEventArgs
- class Client
- namespace Autodesk.DataExchange