ArcObjects Library Reference (Server)  

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