Provides the APIs required to communicate with the feature management server.
Provides the complete set of functionality required for feature management.
A familiarity with the client/server framework is necessary because feature management uses the standard client/server architecture; the feature manager server actually does the work, the feature manager library provides the APIs to implement a client to that server.
The relationship between the parts of the feature management system is :
This component provides one set of APIs that can be used to communicate with the feature management server.
This dll file holds the APIs that are @publishedPartner.
API | Description |
---|---|
Base class of the client-side communication with the feature manager server. |
|
Contains the full functionality of the feature manager. |
|
Provides a callback interface for handling feature change notifications. |
|
This is the active object for obtaining the notification of changes in features. |