PhoneSystemGetByID(String, Int32) Method

returns Statistics object from the storage previously initialized by InitializeStatistics(String)

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public Statistics GetByID(
	string type,
	int hashcode
)

Parameters

type  String
type of the statistics
hashcode  Int32
hash code of the object

Return Value

Statistics

Implements

IPhoneSystemGetByID(String, Int32)

See Also