JAMS 6.x Help
Find Method (AlertAT)


Returns a list of Alert versions based on alertID
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal alert_id As System.Integer, _
   ByVal server As Server _
) As System.Collections.Generic.ICollection(Of AlertAT)
'Usage
 
Dim alert_id As System.Integer
Dim server As Server
Dim value As System.Collections.Generic.ICollection(Of AlertAT)
 
value = AlertAT.Find(alert_id, server)
public static System.Collections.Generic.ICollection<AlertAT> Find( 
   System.int alert_id,
   Server server
)

Parameters

alert_id
server
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

AlertAT Class
AlertAT Members

Send Feedback