DocuwareClient.GetOrganizationAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get organization
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetOrganizationResponse> GetOrganizationAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetOrganizationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetOrganizationResponse>
override this.GetOrganizationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Docuware.Models.GetOrganizationResponse>
Public Overridable Function GetOrganizationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetOrganizationResponse)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get organization response.
Remarks
Get the organization name.