Provides access to methods that connect a specified user to an ArcGIS server.
Description
This interface is new at ArcGIS 9.3. It supersedes IServer.
When To Use
The IServer2 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. | |
ServerObjectManager2 | Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo. |
IServer2.ServerObjectManager2 Property
Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.
Public Function get_ServerObjectManager2 ( _
ByVal UserInfo As String _
) As IServerObjectManager
public IServerObjectManager get_ServerObjectManager2 (
string UserInfo
);
Inherited Interfaces
Interfaces | Description |
---|---|
IServer | Provides access to members that connect to a GIS server. |
Classes that implement IServer2
Classes | Description |
---|