RPCParametersGet(String, Int32) Method
returns value of 32 bit parameter as int value. if value is not set as a 32-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 int value
)
- name String
- parameter name
- value Int32
- receiver of int value
Booleanvalue != 0
this method performs unchecked conversion from uint to int