Click or drag to resize

ApiSessionClaimPartition Method (Guid)

Before making any changes to articy objects, your program needs to claim the partition the object in question resides in.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void ClaimPartition(
	Guid aPartitionGuid
)

Parameters

aPartitionGuid
Type: SystemGuid
The Guid of the partition, the to-be-changed-objects resides in.
Remarks
You can query this Guid by using the method GetPartitionId or take it from a PartitionInfo object. If the partition is already claimed this method returns very fast but without an error. So it is safe and sound to preventively call ClaimPartition() before making a change to an ObjectProxy This overload does not support progress logging
See Also