JAMS 6.x Help
Check Method (Alert)


The ID of the Alert that we want to check.
The Name of the Alert that we want to check.
The desired access.
The JAMS Server that should do the check.
Checks an Alert against a JAMS Server.
Syntax
'Declaration
 
Public Shared Sub Check( _
   ByRef alertID As System.Integer, _
   ByVal alertName As System.String, _
   ByVal access As ObjectAccess, _
   ByVal js As Server _
) 
'Usage
 
Dim alertID As System.Integer
Dim alertName As System.String
Dim access As ObjectAccess
Dim js As Server
 
Alert.Check(alertID, alertName, access, js)
public static void Check( 
   ref System.int alertID,
   System.string alertName,
   ObjectAccess access,
   Server js
)

Parameters

alertID
The ID of the Alert that we want to check.
alertName
The Name of the Alert that we want to check.
access
The desired access.
js
The JAMS Server that should do the check.
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