This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJobCatalog Interface > IJobCatalog.GetJob Method (ArcObjects .NET 10.4 SDK) |
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