'Declaration
Public Function GetJobs( _ ByVal options As ObjectFetchOptions, _ ByVal refresh As Boolean _ ) As JobCollection
public JobCollection GetJobs( ObjectFetchOptions options, bool refresh )
public: JobCollection^ GetJobs( ObjectFetchOptions options, bool refresh )
Parameters
- options
- Options controlling the fetch operation
- refresh
- If true, the list of jobs is refreshed from the server. If false, the cached set of jobs is returned.