IManagerWebService Interface

Provides access to members that manage a collection of IGISServer objects in the Manager web service catalog.

Members

Name Description
Method AddGISServer Adds an IGISServer object to the GISServers in this Manager web service catalog.
Method DeleteGISServer Deletes an IGISServer object to the GISServers in this Manager web service catalog.
Read-only property GISServers Gets the IGISServers object holding the IGISServerInfos for the Manager web service catalog.
Method RefreshServiceInfo Refreshes the service info on all services in all of the GISServers in this Manager web service catalog.

IManagerWebService.AddGISServer Method

Adds an IGISServer object to the GISServers in this Manager web service catalog.

Public Sub AddGISServer ( _
    ByVal Server As IGISServer _
)
public void AddGISServer (
    IGISServer Server
);

IManagerWebService.DeleteGISServer Method

Deletes an IGISServer object to the GISServers in this Manager web service catalog.

Public Sub DeleteGISServer ( _
    ByVal aliasName As String _
)
public void DeleteGISServer (
    string aliasName
);

IManagerWebService.GISServers Property

Gets the IGISServers object holding the IGISServerInfos for the Manager web service catalog.

Public ReadOnly Property GISServers As IGISServers
public IGISServers GISServers {get;}

IManagerWebService.RefreshServiceInfo Method

Refreshes the service info on all services in all of the GISServers in this Manager web service catalog.

Public Sub RefreshServiceInfo ( _
)
public void RefreshServiceInfo (
);

Classes that implement IManagerWebService

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.