Click or drag to resize

CheckoutManager Constructor (Item)

Constructor that gets the configuration\collection of items that have to be processed.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public CheckoutManager(
	Item configuration
)

Parameters

configuration
Type: Aras.IOMItem
Configuration\collection of Items that has to be processed.
Remarks
If ApartmentState of thread where constructor is called use STA model, then WindowsFormsSynchronizationContext will be used by default if SynchronizationContext.Current property is not set.
See Also