| AGIScriptDatabasePut Method |
Adds or updates an entry in the Asterisk database for a given family, key and value.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void DatabasePut(
string family,
string key,
string value
)
Protected Sub DatabasePut (
family As String,
key As String,
value As String
)
protected:
void DatabasePut(
String^ family,
String^ key,
String^ value
)
member DatabasePut :
family : string *
key : string *
value : string -> unit
Parameters
- family
- Type: SystemString
the family of the entry to add or update. - key
- Type: SystemString
the key of the entry to add or update. - value
- Type: SystemString
the new value of the entry.
See Also