'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