Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 885 Bytes

lithnet.ecma2framework.icapabilitiesprovider.md

File metadata and controls

29 lines (18 loc) · 885 Bytes

ICapabilitiesProvider

Namespace: Lithnet.Ecma2Framework

Defines the methods and properties that a capabilities provider must implement

public interface ICapabilitiesProvider

Methods

GetCapabilitiesAsync(IConfigParameters)

Gets the capabilities of the management agent

Task<MACapabilities> GetCapabilitiesAsync(IConfigParameters configParameters)

Parameters

configParameters IConfigParameters
The configuration parameters of the management agent that have already been selected in the user interface, if the management agent chose to show a "Capabilities" configuration page

Returns

Task<MACapabilities>
A MACapabilities object representing the capabilities of the management agent