ACC.GetHubAsync method
Retrieves a specific HubInfo object asynchronously.
public Task<HubInfo> GetHubAsync(string hubId)
parameter | description |
---|---|
hubId | Hub id |
Return Value
Instance of Hub instance
Exceptions
exception | condition |
---|---|
ArgumentNullException | This exception is thrown when hubId is null or empty. |
Exception | Thrown when an unspecified error occurs. |
See Also
- class ACC
- namespace Autodesk.DataExchange.Extensions.HostingProvider