ProductInventoryTrackerCheckInventory(IInventoryTrackable, Decimal) Method
            Checks a product's inventory in netFORUM against a requested quantity
            
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public InventoryCheckResult CheckInventory(
	IInventoryTrackable product,
	[OptionalAttribute] decimal quantityRequested
)
Public Function CheckInventory ( 
	product As IInventoryTrackable,
	<OptionalAttribute> quantityRequested As Decimal
) As InventoryCheckResult
public:
virtual InventoryCheckResult CheckInventory(
	IInventoryTrackable^ product, 
	[OptionalAttribute] Decimal quantityRequested
) sealed
abstract CheckInventory : 
        product : IInventoryTrackable * 
        [<OptionalAttribute>] quantityRequested : decimal -> InventoryCheckResult 
override CheckInventory : 
        product : IInventoryTrackable * 
        [<OptionalAttribute>] quantityRequested : decimal -> InventoryCheckResult 
- product  IInventoryTrackable
 - The product whose inventory is to be checked
 - quantityRequested  Decimal  (Optional)
 - The quantity in which the product is being requested
 
InventoryCheckResultThe results of the requested check. See 
InventoryCheckResult for detailed descriptions of the possible results.