Click or drag to resize
AGIScriptDatabasePut Method
Adds or updates an entry in the Asterisk database for a given family, key and value.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void DatabasePut(
	string family,
	string key,
	string value
)

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