Click or drag to resize

ApiSessionForcefullyUnclaimPartition Method (Guid)

Forcefully unclaims a partition that was claimed by another user.

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

Parameters

aPartitionGuid
Type: SystemGuid
The Guid of the partition whose claim should be forcefully unclaimed
Remarks
When claiming a partition has failed, this method could be used to forcefully unclaim the respective partition. WARNING: Use this method with great care because it could destroy changes another user has made to the articy project. - Can't be used in exclusive mode - Can't be used for own partitions
See Also