'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Find( _ ByVal jamsId As System.Guid, _ ByVal restartCnt As System.Integer _ ) As System.Threading.Tasks.Task(Of ICollection(Of WFTracking))
'Usage
Dim instance As IWFTrackingWCF Dim jamsId As System.Guid Dim restartCnt As System.Integer Dim value As System.Threading.Tasks.Task(Of ICollection(Of WFTracking)) value = instance.Find(jamsId, restartCnt)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] System.Threading.Tasks.Task<ICollection<WFTracking>> Find( System.Guid jamsId, System.int restartCnt )
Parameters
- jamsId
- restartCnt