'Declaration
Public Function GetGroups( _ ByVal options As ObjectFetchOptions, _ ByVal refresh As Boolean _ ) As JobGroupCollection
public JobGroupCollection GetGroups( ObjectFetchOptions options, bool refresh )
public: JobGroupCollection^ GetGroups( ObjectFetchOptions options, bool refresh )
Parameters
- options
- Options controlling how the groups are fetched
- refresh
- Set to true to refresh the latest data from the server. If false the data is current as of the last refresh.