IEventsController.UnsubscribeToExchangeUpdateEvent method
Unsubscribes to L3 exchange updated event
public Task UnsubscribeToExchangeUpdateEvent(string ExchangeID, bool isValid = true)
parameter | description |
---|---|
ExchangeID | Unique ID identifying the exchange |
isValid | Denotes given exchange is valid, in other words, exchange present in list of valid exchanges in cache |
See Also
- interface IEventsController
- namespace Autodesk.DataExchange.Core.Interface