Amazon.OpsWorks.AmazonOpsWorksClient.DescribeCommandsAsync C# (CSharp) Method

DescribeCommandsAsync() public method

Initiates the asynchronous execution of the DescribeCommands operation.
public DescribeCommandsAsync ( DescribeCommandsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeCommandsRequest Container for the necessary parameters to execute the DescribeCommands operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeCommandsResponse> DescribeCommandsAsync(DescribeCommandsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeCommandsRequestMarshaller();
            var unmarshaller = DescribeCommandsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeCommandsRequest,DescribeCommandsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient