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

EndListInventoryEntries() public method

Finishes the asynchronous execution of the ListInventoryEntries operation.
public EndListInventoryEntries ( IAsyncResult asyncResult ) : ListInventoryEntriesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListInventoryEntries.
return Amazon.SimpleSystemsManagement.Model.ListInventoryEntriesResponse
        public  ListInventoryEntriesResponse EndListInventoryEntries(IAsyncResult asyncResult)
        {
            return EndInvoke<ListInventoryEntriesResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient