JAMS Developer Guide
Find Method (IWFTrackingWCF)


MVPSI.JAMS Namespace > IWFTrackingWCF Interface : Find Method
Create and load collection of Workflow Tracking Records.
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWFTrackingWCF Interface
IWFTrackingWCF Members