RPCParametersGet(String, Int64) Method
returns value of 64 bit parameter as long value. if value is not set as a 64-bit (or not set at all), returns 0
Namespace: TCX.Configuration.InteropAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public bool Get(
string name,
out long value
)
- name String
- parameter name
- value Int64
- receiver of long value
Booleanvalue != 0
this method performs unchecked conversion from uint to int