AP&C API Reference
|
The interface used by components that are restricted by licensing policies. The intent is for consumers of those components to check the license state of the licensed component by direct inquiry. Licensed components would utilize LicensingClient to check their license status and report that status through their implementation of this interface. More...
Public Member Functions | |
FeatureResponse | IsLicensed (string contextId, LicensedFeatures feature) |
Allows a component that is restricted by licensing policies to report the status of a particular feature in the requested context. More... | |
The interface used by components that are restricted by licensing policies. The intent is for consumers of those components to check the license state of the licensed component by direct inquiry. Licensed components would utilize LicensingClient to check their license status and report that status through their implementation of this interface.
FeatureResponse Apac.Licensing.ILicensable.IsLicensed | ( | string | contextId, |
LicensedFeatures | feature | ||
) |
Allows a component that is restricted by licensing policies to report the status of a particular feature in the requested context.
contextId | The identifier of the requested context. |
feature | The feature being requested. |
The node identifier will be determined by the licensed component.