Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndStopAutomationExecution C# (CSharp) 메소드

EndStopAutomationExecution() 공개 메소드

Finishes the asynchronous execution of the StopAutomationExecution operation.
public EndStopAutomationExecution ( IAsyncResult asyncResult ) : StopAutomationExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopAutomationExecution.
리턴 StopAutomationExecutionResponse
        public  StopAutomationExecutionResponse EndStopAutomationExecution(IAsyncResult asyncResult)
        {
            return EndInvoke<StopAutomationExecutionResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient