IEventsController.SetSubscribeStatusForCachedExchanges method
This method is responsible for re-establishing, deleting and extending subscriptions on cached exchanges when application is closed and re-opened
public Task SetSubscribeStatusForCachedExchanges(List<DataExchange> validCachedExchanges)
parameter | description |
---|---|
validCachedExchanges | List of valid exchanges present in local cache |
See Also
- class DataExchange
- interface IEventsController
- namespace Autodesk.DataExchange.Core.Interface