BaseReadOnlyExchangeModel.UnloadExchangesAsync method
The process involves unloading exchanges and removing the data exchange element from the platform application. This step should be optional for the user.
public abstract Task<IEnumerable<string>> UnloadExchangesAsync(List<ExchangeItem> exchanges)
parameter | description |
---|---|
exchanges | Collection of exchanges |
Return Value
Unloaded collection exchange id
See Also
- class BaseReadOnlyExchangeModel
- namespace Autodesk.DataExchange.BaseModels