event_actions Method
Return an array of event actions of type EvAct_Base
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C#  | ||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="3fa08e5a-feb0-4da9-bc2e-a2ac0c92cdab"><ac:plain-text-body><![CDATA[  | public static EvAct_BASE[] event_actions( int ref)  | ]]></ac:plain-text-body></ac:structured-macro>  | 
VB  | 
Public Shared Function event_actions ( ref As Integer) As EvAct_BASE()  | 
Parameters
ref
Type: System.Int32
Return Value
Type: EvAct_BASE[]Array of type EvAct_Base
See Also
functions Class
Scheduler Namespace