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

EndCancelCommand() public method

Finishes the asynchronous execution of the CancelCommand operation.
public EndCancelCommand ( IAsyncResult asyncResult ) : CancelCommandResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCancelCommand.
return CancelCommandResponse
        public  CancelCommandResponse EndCancelCommand(IAsyncResult asyncResult)
        {
            return EndInvoke<CancelCommandResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient