Runs the actions for the specified symbol.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void RunActions(
	Symbol symbol
)
Visual Basic (Declaration)
Public Sub RunActions ( _
	symbol As Symbol _
)
Visual C++
public:
void RunActions(
	Symbol^ symbol
)

Parameters

symbol
Type: RightEdge.Common..::.Symbol
Symbol instance.

Remarks

Each trigger for the specified symbol is evaluated. If the trigger condition is true, the action is executed.

See Also