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

EndGetCommandInvocation() public method

Finishes the asynchronous execution of the GetCommandInvocation operation.
public EndGetCommandInvocation ( IAsyncResult asyncResult ) : GetCommandInvocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCommandInvocation.
return Amazon.SimpleSystemsManagement.Model.GetCommandInvocationResponse
        public  GetCommandInvocationResponse EndGetCommandInvocation(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCommandInvocationResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient