Click or drag to resize

ApiSessionGetClaimingStateInfo Method

Requests a statistics object about the partitions that

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ClaimingStateInfo GetClaimingStateInfo(
	IList<ObjectProxy> aObjects
)

Parameters

aObjects
Type: System.Collections.GenericIListObjectProxy
the list of objects to be used to calculate the claiming statistic

Return Value

Type: ClaimingStateInfo
the info object with the collected statistics
See Also