IExchangeWriter.ValidateCanCreateExchangeAsync method
Asynchronously validates whether the creation of an exchange can proceed. This method can be overridden by the host application to perform necessary checks or validations, ensuring that all preconditions are met before the exchange creation process begins.
public Task<IEnumerable<string>> ValidateCanCreateExchangeAsync()
Return Value
A task that represents the asynchronous operation. The result is a collection of validation errors, which is never null
. If no issues are found and the exchange creation can proceed, the collection will be empty.
See Also
- interface IExchangeWriter
- namespace Autodesk.DataExchange.Core.Interface