PhoneSystemDeinitializeStatistics Method

This method removes subscription and cache for the statistics previously initialized using InitializeStatistics(String)

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void DeinitializeStatistics(
	string statClassName
)

Parameters

statClassName  String
statistics class which needs to be removed from cache and event subscription

Implements

IPhoneSystemDeinitializeStatistics(String)

See Also