Skip to content

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.