JAMS 6.x Help
Find Method (IAlertReqSQL)


Creates and loads an Alert collection.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Function Find( _
   ByVal alertType As AlertType, _
   ByVal ID As System.Integer _
) As System.Collections.Generic.ICollection(Of AlertReq)
'Usage
 
Dim instance As IAlertReqSQL
Dim alertType As AlertType
Dim ID As System.Integer
Dim value As System.Collections.Generic.ICollection(Of AlertReq)
 
value = instance.Find(alertType, ID)
[System.ServiceModel.OperationContract()]
System.Collections.Generic.ICollection<AlertReq> Find( 
   AlertType alertType,
   System.int ID
)

Parameters

alertType
ID
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

IAlertReqSQL Interface
IAlertReqSQL Members

Send Feedback