'Declaration<NotNullAttribute()> Public Overloads Function GetJobs( _ ByVal jobName As String, _ ByVal fetchOptions As ObjectFetchOptions, _ ByVal pageSize As Integer, _ ByRef restartPaging As Boolean _ ) As JobCollection
[NotNull()] public JobCollection GetJobs( string jobName, ObjectFetchOptions fetchOptions, int pageSize, ref bool restartPaging )
Parameters
- jobName
 - The fully-qualified name of the job to fetch (see Remarks).
 - fetchOptions
 - Options that control the fetch operation
 - pageSize
 - The maximum number of records to retrieve in one call. See Remarks.
 - restartPaging
 - Indicates whether to fetch the first page or continue paging. See Remarks.