RPCParametersGet(String, Byte) Method

returns value of binary array. if parameter is not binary array or not set at all return false and assigns value to empty array.

Definition

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

Parameters

name  String
parameter name
value  Byte
receiver of long value

Return Value

Boolean
aray is not empty

See Also