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

EndGetInventory() public method

Finishes the asynchronous execution of the GetInventory operation.
public EndGetInventory ( IAsyncResult asyncResult ) : GetInventoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetInventory.
return Amazon.SimpleSystemsManagement.Model.GetInventoryResponse
        public  GetInventoryResponse EndGetInventory(IAsyncResult asyncResult)
        {
            return EndInvoke<GetInventoryResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient