JAMS 6.x Help
Load(Alert,String) Method


Alert definition.
Alert Name.
Load the Alert with the specified name from the current JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef alert As Alert, _
   ByVal alertName As System.String _
) 
'Usage
 
Dim alert As Alert
Dim alertName As System.String
 
Alert.Load(alert, alertName)
public static void Load( 
   out Alert alert,
   System.string alertName
)

Parameters

alert
Alert definition.
alertName
Alert Name.
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