This document is archived and information here might be outdated.  Recommended version.


IJobCatalog Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobCatalog Interface
ArcGIS Developer Help

IJobCatalog Interface

Provides access to methods that control a catalog of jobs.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method CreateJob Creates a job and adds it to the catalog.
Method CreateJobFilter Creates a filter used for searching jobs.
Method GetJob Retrieves job with given id from the catalog.
Method GetJobIDs Returns ids of all jobs in the catalog that match specified filter.
Method Init Initializes the job catalog.
Write-only property JobRegistry Job Registry.
Method RemoveJob Removes job with given id from the catalog.

Classes that implement IJobCatalog

Classes Description