'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Find( _ ByVal jobName As System.String, _ ByVal stateFlags As StateType _ ) As System.Threading.Tasks.Task(Of ICollection(Of Entry))
'Usage
Dim instance As IEntryWCF Dim jobName As System.String Dim stateFlags As StateType Dim value As System.Threading.Tasks.Task(Of ICollection(Of Entry)) value = instance.Find(jobName, stateFlags)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task<ICollection<Entry>> Find( System.string jobName, StateType stateFlags )
Parameters
- jobName
- stateFlags