Click or drag to resize

ApiSessionUnclaimPartitions Method (ListGuid)

Unclaims all partitions in the list of partition guids in one single transaction

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void UnclaimPartitions(
	List<Guid> aPartitionGuids
)

Parameters

aPartitionGuids
Type: System.Collections.GenericListGuid
The list of partition guids to unclaim
See Also