Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.CreateAssociationBatchAsync C# (CSharp) Method

CreateAssociationBatchAsync() public method

Initiates the asynchronous execution of the CreateAssociationBatch operation.
public CreateAssociationBatchAsync ( CreateAssociationBatchRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.CreateAssociationBatchRequest Container for the necessary parameters to execute the CreateAssociationBatch operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<CreateAssociationBatchResponse> CreateAssociationBatchAsync(CreateAssociationBatchRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateAssociationBatchRequestMarshaller();
            var unmarshaller = CreateAssociationBatchResponseUnmarshaller.Instance;

            return InvokeAsync<CreateAssociationBatchRequest,CreateAssociationBatchResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient