PhoneSystemNotifyParameterUpdate Method
Allows to send update notification for the specific
Parameter object with or without modification of database record.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public bool NotifyParameterUpdate(
string name,
string update_value = null
)
- name String
- name of the parameter
- update_value String (Optional)
- if null - parameter value is not updated (notification only)
Booleantrue - the parameter successfuly updated and/or notified.
false - failed to perform requested operation.
No exceptions are thrown
IPhoneSystemNotifyParameterUpdate(String, String)
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.