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,
IJob** ppJob
);
[C++]Parameters
JobID [in] JobID is a parameter of type BSTR bLock [in] bLock is a parameter of type VARIANT_BOOL ppJob [out, retval]ppJob is a parameter of type IJob
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.