com.esri.arcgis.system
Interface IServerEnvironment3
- All Superinterfaces: 
 - IServerEnvironment, IServerEnvironment2, Serializable
 
public interface IServerEnvironment3
- extends IServerEnvironment2, Serializable
 
Provides access to Server configuration information.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| 
Method Summary | 
 boolean | 
isRunningAsEngine()
 
          Indicates if server configuration is running as engine. | 
 
 
 
isRunningAsEngine
boolean isRunningAsEngine()
                          throws IOException,
                                 AutomationException
- Indicates if server configuration is running as engine.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- Returns:
 - The pVal
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.