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


IServerEnvironment.JobTracker Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IServerEnvironment.JobTracker Property

Retrieves IJobTracker interface that provides access to members that track and control execution of jobs.

[Visual Basic .NET]
Public ReadOnly Property JobTracker As IJobTracker
[C#]
public IJobTracker JobTracker {get;}
[C++]
HRESULT get_JobTracker(
  IJobTracker** ppJT
);
[C++]

Parameters ppJT [out, retval]
ppJT is a parameter of type IJobTracker

Product Availability

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

See Also

IServerEnvironment Interface