PhoneSystemNotifyParameterUpdate Method

Allows to send update notification for the specific Parameter object with or without modification of database record.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public bool NotifyParameterUpdate(
	string name,
	string update_value = null
)

Parameters

name  String
name of the parameter
update_value  String  (Optional)
if null - parameter value is not updated (notification only)

Return Value

Boolean
true - the parameter successfuly updated and/or notified.
false - failed to perform requested operation.
No exceptions are thrown

Implements

IPhoneSystemNotifyParameterUpdate(String, String)

Remarks

if update_value is null - existing database record is not modified but the database record is created if it does not exists for the specified paramaeter.

See Also