Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndListInventoryEntries C# (CSharp) 메소드

EndListInventoryEntries() 공개 메소드

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