Adds an outscaling event for the specified tableName and key-value to the Outscaling EventQueue.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean database.addoutscalingevent(string tableName, string key)

Parameters

Name Data Type Description
tableName String Name of the table.
key String The key.

Return Value

Data Type Description
Boolean Returns true if the event has been added, false if the event could not be added. If an exception occurs when adding the event, it will be logged and the viper will just return false.
SXML