Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.ListCommandInvocationsAsync C# (CSharp) Метод

ListCommandInvocationsAsync() публичный Метод

Initiates the asynchronous execution of the ListCommandInvocations operation.
public ListCommandInvocationsAsync ( ListCommandInvocationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsRequest Container for the necessary parameters to execute the ListCommandInvocations operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListCommandInvocationsResponse> ListCommandInvocationsAsync(ListCommandInvocationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListCommandInvocationsRequestMarshaller();
            var unmarshaller = ListCommandInvocationsResponseUnmarshaller.Instance;

            return InvokeAsync<ListCommandInvocationsRequest,ListCommandInvocationsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

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