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


IServerEnvironmentImpl.JobRegistry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerEnvironmentImpl Interface > IServerEnvironmentImpl.JobRegistry Property
ArcGIS Developer Help

IServerEnvironmentImpl.JobRegistry Property

.

[Visual Basic .NET]
Public ReadOnly Property JobRegistry As IJobRegistry
[C#]
public IJobRegistry JobRegistry {get;}
[C++]
HRESULT get_JobRegistry(
  IJobRegistry** ppJR
);
[C++]
Parameters
ppJR [out, retval]

ppJR is a parameter of type IJobRegistry**

Product Availability

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

See Also

IServerEnvironmentImpl Interface