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

EndStartAutomationExecution() public method

Finishes the asynchronous execution of the StartAutomationExecution operation.
public EndStartAutomationExecution ( IAsyncResult asyncResult ) : StartAutomationExecutionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartAutomationExecution.
return Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionResponse
        public  StartAutomationExecutionResponse EndStartAutomationExecution(IAsyncResult asyncResult)
        {
            return EndInvoke<StartAutomationExecutionResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient