DocuwareClient.GetOrganizationAsync(CancellationToken) Method

Definition

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.

Applies to