The ILicenseManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddSeat |
Add a seat for user.
Exception is thrown if user is already seated.
| |
RemoveSeat |
Remove a user's seat.
Exception is thrown if user is not seated yet.
|
Properties
Name | Description | |
---|---|---|
Base |
Get the LicenseManagerBase - the singleton object
| |
CurrentUserState |
Get the active user context
| |
SecurityManager |
Get the security manager instance, which is mapped to the context of current user
the license manager has.
| |
SiteManager |
Get the SiteManager attached too
|
Events
Name | Description | |
---|---|---|
LicenseAboutToExpire |
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.
| |
LicenseExpired |
Event to occur when license has expired.
The checking is done when any methods/properties are accessed.
This event is relayed from LicenseManagerBase.
|