JAMS Developer Guide
Find Method (WFTracking)


MVPSI.JAMS Namespace > WFTracking Class : Find Method
Finds a collection of Workflow tracking records
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal jamsId As System.Guid, _
   ByVal restartCnt As System.Integer, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of WFTracking)
'Usage
 
Dim jamsId As System.Guid
Dim restartCnt As System.Integer
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of WFTracking)
 
value = WFTracking.Find(jamsId, restartCnt, js)
public static System.Collections.Generic.ICollection<WFTracking> Find( 
   System.Guid jamsId,
   System.int restartCnt,
   Server js
)

Parameters

jamsId
restartCnt
js
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

WFTracking Class
WFTracking Members