This document is archived and information here might be outdated. Recommended version. |
The server object admin for the connected GIS server.
[Visual Basic .NET] Public ReadOnly Property ServerObjectAdmin As IServerObjectAdmin
[C#] public IServerObjectAdmin ServerObjectAdmin {get;}
[C++]
HRESULT get_ServerObjectAdmin(
IServerObjectAdmin** ppObjectAdmin
);
[C++] Parameters ppObjectAdmin [out, retval]
ppObjectAdmin is a parameter of type IServerObjectAdmin**
If the application using this interface is running as a user in the GIS server's administrators group (agadmin), it can use the ServerObjectAdmin property to get a reference to the GIS server's ServerObjectAdmin. Using the ServerObjectAdmin , you can perform administration tasks such as starting and stopping serever objects, and so on.