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


IJobCatalog.GetJob Method (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 > IJobCatalog.GetJob Method
ArcGIS Developer Help

IJobCatalog.GetJob Method

Retrieves job with given id from the catalog.

[Visual Basic .NET]
Public Function GetJob ( _
    ByVal JobID As String, _
    ByVal bLock As Boolean _
) As IJob
[C#]
public IJob GetJob (
    string JobID,
    bool bLock
);
[C++]
HRESULT GetJob(
  BSTR JobID,
  VARIANT_BOOL bLock
);
[C++]
Parameters
JobID [in]

JobID is a parameter of type BSTR bLock [in]
bLock is a parameter of type bool

Product Availability

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

See Also

IJobCatalog Interface