Click or drag to resize
AGIScriptDatabaseGet Method
Retrieves 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 string DatabaseGet(
	string family,
	string key
)

Parameters

family
Type: SystemString
the family of the entry to retrieve.
key
Type: SystemString
key the key of the entry to retrieve.

Return Value

Type: String

[Missing <returns> documentation for "M:AsterNET.FastAGI.AGIScript.DatabaseGet(System.String,System.String)"]

See Also