Click or drag to resize

ApiSessionClaimPartitions Method (IEnumerableObjectProxy, String)

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,
	string aLogName
)

Parameters

aObjects
Type: System.Collections.GenericIEnumerableObjectProxy
the list of objects whose partitions should be claimed
aLogName
Type: SystemString
the log source name to be used for progress output
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.
See Also