3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Get
By
ID(String, Int
32) 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#
Copy
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
IPhoneSystem
GetByID(String, Int32)
See Also
Reference
PhoneSystem Class
GetByID Overload
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also