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

EndPutInventory() public method

Finishes the asynchronous execution of the PutInventory operation.
public EndPutInventory ( IAsyncResult asyncResult ) : PutInventoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutInventory.
return PutInventoryResponse
        public  PutInventoryResponse EndPutInventory(IAsyncResult asyncResult)
        {
            return EndInvoke<PutInventoryResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient