RPCParametersGet(String, UInt64) 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

Definition

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

Parameters

name  String
parameter name
value  UInt64
receiver of uint value

Return Value

Boolean
value != 0

See Also