Click or drag to resize

ApiSessionUnclaimPartition Method (Guid)

Unclaims a single partition which is given by its Guid.

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

Parameters

aPartitionGuid
Type: SystemGuid
The guid of the partition to unclaim.
Remarks
No progress output is reported.
See Also