'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function CheckList( _ ByVal dateString As System.String _ ) As System.Threading.Tasks.Task
'Usage
Dim instance As IDateWCF Dim dateString As System.String Dim value As System.Threading.Tasks.Task value = instance.CheckList(dateString)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task CheckList( System.string dateString )
Parameters
- dateString
- The natural language date specifications.