ArcObjects Library Reference (Server)  

IGISServerConnection.ServerObjectManager Property

The server object manager for the connected GIS server.

[Visual Basic .NET]
Public ReadOnly Property ServerObjectManager As IServerObjectManager
[C#]
public IServerObjectManager ServerObjectManager {get;}
[C++]
HRESULT get_ServerObjectManager(
  IServerObjectManager** mgr
);
[C++]

Parameters

mgr [out, retval]

  mgr is a parameter of type IServerObjectManager

Product Availability

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

Remarks

The ServerObjectManager property returns a reference to the ServerObjectManager of the ArcGIS Server. The ServerObjectManager supports interfaces for listing the server object configurations and server object types that have been configured on the server. The ServerObjectManager also supports interfaces for creating server contexts for use by the application.

See Also

IGISServerConnection Interface

.NET Samples

Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |

.NET Related Topics

Server |