Provides access to members that connect to a GIS server.
When To Use
The IServer interface is intended only for use by the web controls that are included as part of the Application Developer Framework for ArcGIS for Server. To learn more about these controls, refer to the ArcGIS for Server developer documentation.
Members
Name | Description | |
---|---|---|
ServerObjectAdmin | Gets the server object admin for the connected GIS server. | |
ServerObjectManager | Gets the server object manager for the connected GIS server. |
IServer.ServerObjectAdmin Property
Gets the server object admin for the connected GIS server.
Public ReadOnly Property ServerObjectAdmin As IServerObjectAdmin
public IServerObjectAdmin ServerObjectAdmin {get;}
IServer.ServerObjectManager Property
Gets the server object manager for the connected GIS server.
Public ReadOnly Property ServerObjectManager As IServerObjectManager
public IServerObjectManager ServerObjectManager {get;}
Classes that implement IServer
Classes | Description |
---|