Click or drag to resize

ApiSessionUnclaimPartition Method (UnclaimPartitionArgs)

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

Parameters

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.
See Also