IServerObjectManager4 Interface
Provides access to properties and members of the ArcGIS server's server object manager.
Description
This interface is new at ArcGIS 9.3. It supersedes IServerObjectManager, IServerObjectManager2, and IServerObjectManager3.
Members
Name | Description | |
---|---|---|
![]() |
CreateServerContext | Gets a reference to a server context. The server context can be based on a specified server object configuration, or can be an empty server context if no server object configuration is specified. |
![]() |
CreateServiceCatalog | Gets the ServiceCatalog for the services running on the server. |
![]() |
FolderInfo | Properties associated with a server configuration folder. |
![]() |
GetConfigurationInfo | Gets the ServerObjectConfigurationInfo for the specified Name and TypeName. |
![]() |
GetConfigurationInfos | An enumerator over all the GIS server's ServerObjectConfigurationInfos. |
![]() |
GetConfigurationInfosEx | An enumerator over all the ArcGIS server's ServerObjectExtensionInfos in a given folder. |
![]() |
GetConfigurationInfosEx2 | An enumerator over the ArcGIS server's ServerObjectExtensionInfos in a given folder. |
![]() |
GetConfigurationStatus | Get the configuration status for a server object configuration with the specified Name and TypeName. |
![]() |
GetExtensionTypeInfos | An enumerator over all the ArcGIS server's ServerObjectExtensionTypeInfos. |
![]() |
GetFolders | An array of folder names in the server configuration folder. |
![]() |
GetServerDirectoryInfos | An enumerator over all the GIS server's ServerDirectoryInfos. |
![]() |
GetTypeInfos | An enumerator over all the GIS server's ServerObjectTypeInfos. |
![]() |
SystemInfo | The properties of the underlying system hardware and software. |
IServerObjectManager4.CreateServiceCatalog Method
Gets the ServiceCatalog for the services running on the server.
Public Function CreateServiceCatalog ( _
) As IServiceCatalog2
public IServiceCatalog2 CreateServiceCatalog (
);
Inherited Interfaces
Interfaces | Description |
---|---|
IServerObjectManager3 | Provides access to properties and members of the ArcGIS server's server object manager for server object extensions. |
IServerObjectManager2 | Provides access to properties and members of the ArcGIS server's server object manager for server object extensions. |
IServerObjectManager | Provides access to properties and members of the ArcGIS server's server object manager. |
Classes that implement IServerObjectManager4
Classes | Description |
---|