The ILicenseManager type exposes the following members.

Events

  NameDescription
Public eventLicenseAboutToExpire
Event to occur when license is about to expire. Head up days are defined in config file (web.config or [App].config) The checking is done when any methods/properties are accessed. This event is relayed from LicenseManagerBase.
Public eventLicenseExpired
Event to occur when license has expired. The checking is done when any methods/properties are accessed. This event is relayed from LicenseManagerBase.

See Also