Namespace: Lithnet.Ecma2Framework
Defines the methods and properties that a schema provider must implement
public interface ISchemaProvider
Gets the management agent's schema
Task<Schema> GetMmsSchemaAsync()
Task<Schema>arrow-up-right A Schema object representing the objects and attributes used by the management agent
Last updated 1 year ago