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.9.36244
Syntaxpublic CheckoutManager(
Item configuration
)
Public Sub New (
configuration As Item
)
public CheckoutManager(
Item configuration
)
public function CheckoutManager(
configuration : Item
)
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