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


IServerEnvironment3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IServerEnvironment3 Interface
ArcGIS Developer Help

IServerEnvironment3 Interface

Provides access to Server configuration information.

Product Availability

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

Members

Name Description
Read-only property CurrentJobID Retrieves current job ID.
Read-only property IsRunningAsEngine Indicates if server configuration is running as engine.
Read-only property JobDirectory Retrieves job directory for given job.
Read-only property JobTracker Retrieves IJobTracker interface that provides access to members that track and control execution of jobs.
Read-only property Log Retrieves an ILog interface that can be used to add logging messages.
Read-only property Properties Retrieves an IProperySet interface that provides access to the server configuration information.
Read-only property UserInfo Retrieves information about current user.

Inherited Interfaces

Interfaces Description
IServerEnvironment2 Provides access to Server configuration information.
IServerEnvironment Provides access to Server configuration information.

Classes that implement IServerEnvironment3

Classes Description