'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Load( _ ByVal timeName As System.String, _ ByVal timeID As System.Integer _ ) As System.Threading.Tasks.Task(Of NamedTime)
'Usage
Dim instance As INamedTimeWCF Dim timeName As System.String Dim timeID As System.Integer Dim value As System.Threading.Tasks.Task(Of NamedTime) value = instance.Load(timeName, timeID)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task<NamedTime> Load( System.string timeName, System.int timeID )
Parameters
- timeName
- timeID