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
Last updated