Namespace: Lithnet.Ecma2Framework
Defines the methods and properties that a capabilities provider must implement
public interface ICapabilitiesProvider
Gets the capabilities of the management agent
Task<MACapabilities> GetCapabilitiesAsync(IConfigParameters configParameters)
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
Task<MACapabilities>
A MACapabilities object representing the capabilities of the management agent