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


IJobCatalog.GetJobIDs Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IJobCatalog.GetJobIDs Method

Returns ids of all jobs in the catalog that match specified filter.

[Visual Basic .NET]
Public Function GetJobIDs ( _
    ByVal pFilter As IJobFilter _
) As IEnumBSTR
[C#]
public IEnumBSTR GetJobIDs (
    IJobFilter pFilter
);
[C++]
HRESULT GetJobIDs(
  IJobFilter* pFilter,
  IEnumBSTR** ppJobIDs
);
[C++]

Parameters pFilter [in]
pFilter is a parameter of type IJobFilter ppJobIDs [out, retval]
ppJobIDs is a parameter of type IEnumBSTR

Product Availability

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

See Also

IJobCatalog Interface