ACC.GetRegionAsync method
Retrieves a region of hub asynchronously.
public Task<string> GetRegionAsync(string hubId)
parameter | description |
---|---|
hubId | Hub id |
Return Value
Hub’s Region
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