Amazon.DirectoryService.AmazonDirectoryServiceClient.CreateMicrosoftADAsync C# (CSharp) Method

CreateMicrosoftADAsync() public method

Initiates the asynchronous execution of the CreateMicrosoftAD operation.
public CreateMicrosoftADAsync ( CreateMicrosoftADRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DirectoryService.Model.CreateMicrosoftADRequest Container for the necessary parameters to execute the CreateMicrosoftAD operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<CreateMicrosoftADResponse> CreateMicrosoftADAsync(CreateMicrosoftADRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateMicrosoftADRequestMarshaller();
            var unmarshaller = CreateMicrosoftADResponseUnmarshaller.Instance;

            return InvokeAsync<CreateMicrosoftADRequest,CreateMicrosoftADResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDirectoryServiceClient