PhoneSystemGetAllStatisticsRecords Method

Allows to request all statistics records from Configuration server.
It is an expensive operation and should be used only for initialization purposes. More correct way is to subscribe to statistics upates using "InitializeStatistics" and then monitor it using PhoneSystem events

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public Statistics[] GetAllStatisticsRecords(
	string statClassName
)

Parameters

statClassName  String
the Statistic class name

Return Value

Statistics
All statistics records stored in specified statistics table

Implements

IPhoneSystemGetAllStatisticsRecords(String)

See Also