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

EndListCommandInvocations() public method

Finishes the asynchronous execution of the ListCommandInvocations operation.
public EndListCommandInvocations ( IAsyncResult asyncResult ) : ListCommandInvocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListCommandInvocations.
return Amazon.SimpleSystemsManagement.Model.ListCommandInvocationsResponse
        public  ListCommandInvocationsResponse EndListCommandInvocations(IAsyncResult asyncResult)
        {
            return EndInvoke<ListCommandInvocationsResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient