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

EndListInventoryEntries() public méthode

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