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

ListCommandsAsync() public method

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

            return InvokeAsync<ListCommandsRequest,ListCommandsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleSystemsManagementClient::ListCommandsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleSystemsManagementClient::ListCommandsAsync ( string commandId, System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleSystemsManagementClient