Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndStartAutomationExecution C# (CSharp) Méthode

EndStartAutomationExecution() public méthode

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