JAMS 6.x Help
Find Method (IAlertRefSQL)


Creates and loads a AlertRefList.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Function Find( _
   ByVal alertID As System.Integer _
) As System.Collections.Generic.ICollection(Of AlertRef)
'Usage
 
Dim instance As IAlertRefSQL
Dim alertID As System.Integer
Dim value As System.Collections.Generic.ICollection(Of AlertRef)
 
value = instance.Find(alertID)
[System.ServiceModel.OperationContract()]
System.Collections.Generic.ICollection<AlertRef> Find( 
   System.int alertID
)

Parameters

alertID
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

IAlertRefSQL Interface
IAlertRefSQL Members