Click or drag to resize
AGIScriptDatabaseDel Method
Deletes an entry in the Asterisk database for a given family and key.

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

Parameters

family
Type: SystemString
the family of the entry to delete.
key
Type: SystemString
the key of the entry to delete.
See Also