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


Alert definition.
Alert ID.
The JAMS Server to load from.
Load the Alert with the specified ID, from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef alert As Alert, _
   ByVal alertID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim alert As Alert
Dim alertID As System.Integer
Dim js As Server
 
Alert.Load(alert, alertID, js)
public static void Load( 
   out Alert alert,
   System.int alertID,
   Server js
)

Parameters

alert
Alert definition.
alertID
Alert ID.
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

Alert Class
Alert Members
Overload List