'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Load( _ ByVal agentName As System.String, _ ByVal agentID As System.Integer _ ) As System.Threading.Tasks.Task(Of Agent)
'Usage
Dim instance As IAgentWCF Dim agentName As System.String Dim agentID As System.Integer Dim value As System.Threading.Tasks.Task(Of Agent) value = instance.Load(agentName, agentID)
Parameters
- agentName
- agentID