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

Definition

Namespace: TCX.Configuration.Interop
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public bool Get(
	string name,
	out long value
)

Parameters

name  String
parameter name
value  Int64
receiver of long value

Return Value

Boolean
value != 0

Remarks

this method performs unchecked conversion from uint to int

See Also