ISchemaProvider
Namespace: Lithnet.Ecma2Framework
Defines the methods and properties that a schema provider must implement
public interface ISchemaProviderMethods
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