PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds an outscaling event for the specified tableName and key-value to the Outscaling EventQueue.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static bool AddOutscalingEvent(
	string tableName,
	string key
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function AddOutscalingEvent ( _
	tableName As , _
	key As  _
) As 

Parameters

tableName
String
Name of the table.
key
String
The key.

Return Value

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.

See Also

Advanced