IClient.NotifyProgressUpdated method
Sends a progress update message to all subscribers. This method raises the ProgressUpdated
event and sends the progress message to the registered listeners.
public void NotifyProgressUpdated(string message)
parameter | description |
---|---|
message | The message describing the current progress. |
See Also
- interface IClient
- namespace Autodesk.DataExchange.Interface