This document is archived and information here might be outdated.  Recommended version.


IAGSServerConnectionAdmin.ServerObjectManager Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionAdmin Interface > IAGSServerConnectionAdmin.ServerObjectManager Property
ArcGIS Developer Help

IAGSServerConnectionAdmin.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** ppObjectManager
);
[C++]
Parameters
ppObjectManager [out, retval]

ppObjectManager is a parameter of type IServerObjectManager**

Product Availability

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

Remarks

If the application using this interface is running as a user in the GIS server's users group (agsusers), it can use the ServerObjectManager property to get a reference to the GIS server's ServerObjectManager. Using the ServerObjectManager , you can create server contexts, works with ArcObjects in the GIS server and so on.

See Also

IAGSServerConnectionAdmin Interface