event_triggers Method
Return an array of event triggers of type EvTrig_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="2c6cd02c-1f8e-4050-9cd8-6c2299b64428"><ac:plain-text-body><![CDATA[ | public static EvTrig_BASE[] event_triggers( int ref) | ]]></ac:plain-text-body></ac:structured-macro> |
VB |
Public Shared Function event_triggers ( ref As Integer) As EvTrig_BASE() |
Parameters
ref
Type: System.Int32
Return Value
Type: EvTrig_BASE[]Array of type EvTrig_BASE
See Also
functions Class
Scheduler Namespace