IServerCapability Interface

Provides access to members that supply utility network server capability information.

Members

Name Description
Read-only property Capabilities Returns the supported and/or unsupported capabilities.
Read-only property IsCapabilitySupported Returns whether the given capability is supported.

IServerCapability.Capabilities Property

Returns the supported and/or unsupported capabilities.

Public Sub Capabilities ( _
    ByRef supportedCapabilities As ILongArray, _
    ByRef unsupportedCapabilities As ILongArray _
)
public void Capabilities (
    ref ILongArray supportedCapabilities,
    ref ILongArray unsupportedCapabilities
);

IServerCapability.IsCapabilitySupported Property

Returns whether the given capability is supported.

Public Function get_IsCapabilitySupported ( _
    ByVal capability As esriServerCapability _
) As Boolean
public bool get_IsCapabilitySupported (
    esriServerCapability capability
);

Classes that implement IServerCapability

Classes Description

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close