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 );
Parameters
ppObjectManager [out, retval]
ppObjectManager is a parameter of type IServerObjectManager
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.