ArcObjects Library Reference  (GISClient)    

IAGSServerConnectionAdmin.ServerObjectManager Property

The server object manager for the connected GIS server.

[Visual Basic 6.0]
Property ServerObjectManager As IServerObjectManager
[Visual Basic .NET]
Public ReadOnly Property ServerObjectManager As IServerObjectManager
[C#]
public IServerObjectManager ServerObjectManager {get;}
[Java]
public IServerObjectManager getServerObjectManager()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page