PhoneSystemInitializeStatistics(String) Method

Initialize notification about realtime statistics stored in specific run-time table and returns all available records stored there.
Custom statistics table MUST be defined in configuration manager.
table MUST be defined as:
[RTTABLES]
s_xxxxxxx=ID

and object name MUST be defined as:
[CLASSES] S_XXXXXXX=s_xxxxxxx

where xxxxxxx is lowercase string and XXXXXXX is uppercase version of the xxxxxxx

Definition

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

Parameters

statClassName  String
 

Return Value

Statistics

Implements

IPhoneSystemInitializeStatistics(String)

Remarks

Effectively, it is subscription to the notifications about updates of specific data collected by PBX components. statObjectType should be the object type defined in Configuration service and must be uppercase string It is not automatically renewed by connection manager, so process should track "CFGSERVER" entity and renew subscriptions each time when "CFGSERVER" is reconnected.

See Also