JAMS 6.x Help
Load Method (IAlertATSQL)


Loads an Alert with a specific version
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Load( _
   ByVal alert_id As System.Integer, _
   ByVal version As System.Integer _
) As Alert
'Usage
 
Dim instance As IAlertATSQL
Dim alert_id As System.Integer
Dim version As System.Integer
Dim value As Alert
 
value = instance.Load(alert_id, version)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
Alert Load( 
   System.int alert_id,
   System.int version
)

Parameters

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

IAlertATSQL Interface
IAlertATSQL Members