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

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public CheckoutManager(
	Item configuration
)
Visual Basic (Declaration)
Public Sub New ( _
	configuration As Item _
)
J#
public CheckoutManager(
	Item configuration
)
JScript
public function CheckoutManager(
	configuration : Item
)

Parameters

configuration
Type: Aras.IOM..::.Item
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