Click or drag to resize

ApiSessionUpdatePartition Method (SimplePartitionActionArgs)

Updates the given partition. Using this overload you can add the output to a log

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void UpdatePartition(
	SimplePartitionActionArgs aArgs
)

Parameters

aArgs
Type: Articy.ApiSimplePartitionActionArgs
the argument record containing the partition guid and log source name
Exceptions
ExceptionCondition
ArticyApiExceptionPartitionClaimed is thrown when you already have the partition claimed, so no external changes can be present
See Also