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


IServerEnvironmentImpl.ServerJobManager 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.ServerJobManager Property
ArcGIS Developer Help

IServerEnvironmentImpl.ServerJobManager Property

.

[Visual Basic .NET]
Public ReadOnly Property ServerJobManager As IServerJobManager
[C#]
public IServerJobManager ServerJobManager {get;}
[C++]
HRESULT get_ServerJobManager(
  IServerJobManager** ppSJM
);
[C++]
Parameters
ppSJM [out, retval]

ppSJM is a parameter of type IServerJobManager**

Product Availability

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

See Also

IServerEnvironmentImpl Interface