ISchemaProvider

Namespace: Lithnet.Ecma2Framework

Defines the methods and properties that a schema provider must implement

public interface ISchemaProvider

Methods

GetMmsSchemaAsync()

Gets the management agent's schema

Task<Schema> GetMmsSchemaAsync()

Returns

Task<Schema> A Schema object representing the objects and attributes used by the management agent

Last updated