Click or drag to resize

ApiSessionClaimPartitions Method (IEnumerableObjectProxy)

Claims all distinct partitions required for the given list of objects.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void ClaimPartitions(
	IEnumerable<ObjectProxy> aObjects
)

Parameters

aObjects
Type: System.Collections.GenericIEnumerableObjectProxy
the list of objects whose partitions should be claimed
Remarks
Tries to claim as most as possible without error, throws the first exception found. It is advised to use the overload that returns list/dictionaries of successful, failed claimings. This overload does not use logging.
See Also