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.