JAMS 6.x Help
TriggerAction Class
Members 


Trigger Action is a Job which will be submitted when a Trigger's Events have occurred.
Object Model
TriggerAction Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerActionJob)>
<System.Xml.Serialization.XmlIncludeAttribute(MVPSI.JAMS.TriggerActionSetup)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerActionJob)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerActionSetup)>
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.TriggerAction+actionData)>
Public MustInherit Class TriggerAction 
   Inherits BasePublicObject
'Usage
 
Dim instance As TriggerAction
[System.Runtime.Serialization.DataContract()]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerActionJob)]
[System.Xml.Serialization.XmlInclude(MVPSI.JAMS.TriggerActionSetup)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerActionJob)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerActionSetup)]
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.TriggerAction+actionData)]
public abstract class TriggerAction : BasePublicObject 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.TriggerAction
         MVPSI.JAMS.TriggerActionJob
         MVPSI.JAMS.TriggerActionSetup

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TriggerAction Members
MVPSI.JAMS Namespace