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

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

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

            return InvokeAsync<CancelCommandRequest,CancelCommandResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleSystemsManagementClient::CancelCommandAsync ( string commandId, List instanceIds, System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleSystemsManagementClient::CancelCommandAsync ( string commandId, System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleSystemsManagementClient