JAMS 6.x Help
Load(Trigger,String,Int32,Server) Method


Trigger definition.
The name of the Trigger to load.
The ID of the Trigger to load.
The JAMS Server to load from.
Load the Trigger with the specified ID or name from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef trigger As Trigger, _
   ByVal triggerName As System.String, _
   ByVal triggerID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim trigger As Trigger
Dim triggerName As System.String
Dim triggerID As System.Integer
Dim js As Server
 
Trigger.Load(trigger, triggerName, triggerID, js)
public static void Load( 
   out Trigger trigger,
   System.string triggerName,
   System.int triggerID,
   Server js
)

Parameters

trigger
Trigger definition.
triggerName
The name of the Trigger to load.
triggerID
The ID of the Trigger to load.
js
The JAMS Server to load from.
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

Trigger Class
Trigger Members
Overload List