Click or drag to resize

ApiSessionUnclaimPartitions Method (ListGuid, UnclaimPartitionArgs)

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,
	UnclaimPartitionArgs aArgs
)

Parameters

aPartitionGuids
Type: System.Collections.GenericListGuid
The list of partition guids to unclaim
aArgs
Type: Articy.ApiUnclaimPartitionArgs
The arguments for this command containing the parameters see UnclaimPartitionArgs for their meaning
Remarks
Progress output is reported to the Log if the LogSourceName is set. The PartitionGuid member in the arguments will be ignored for this method
See Also