Amazon.CodeDeploy.AmazonCodeDeployClient.BatchGetApplicationsAsync C# (CSharp) Method

BatchGetApplicationsAsync() public method

Initiates the asynchronous execution of the BatchGetApplications operation.
public BatchGetApplicationsAsync ( BatchGetApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CodeDeploy.Model.BatchGetApplicationsRequest Container for the necessary parameters to execute the BatchGetApplications operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<BatchGetApplicationsResponse> BatchGetApplicationsAsync(BatchGetApplicationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new BatchGetApplicationsRequestMarshaller();
            var unmarshaller = BatchGetApplicationsResponseUnmarshaller.Instance;

            return InvokeAsync<BatchGetApplicationsRequest,BatchGetApplicationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCodeDeployClient