JAMS 6.x Help
Load Method (IAgentSQL)


Load an Agent.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub Load( _
   ByRef agent As Agent, _
   ByVal agentName As System.String, _
   ByVal agentID As System.Integer _
) 
'Usage
 
Dim instance As IAgentSQL
Dim agent As Agent
Dim agentName As System.String
Dim agentID As System.Integer
 
instance.Load(agent, agentName, agentID)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void Load( 
   out Agent agent,
   System.string agentName,
   System.int agentID
)

Parameters

agent
agentName
agentID
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

IAgentSQL Interface
IAgentSQL Members