![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
Class that holds settings of license watchdog. More...
Public Member Functions | |
LicenseWatchdogSettings () | |
LicenseWatchdogSettings default constructor | |
LicenseWatchdogSettings (LicenseWatchdogCallback callback, uint timeout=0) | |
LicenseWatchdogSettings constructor More... | |
Properties | |
bool | HandleNoInternet [get, set] |
Indicates if you want to run license checks more often if NetworkException or LicenseServerException encountered. More... | |
uint | NoInternetTimeout [get, set] |
Custom watchdog timeout in seconds for the case if NetworkException or LicenseServerException encountered. More... | |
bool | RunCallbackOnEveryCheck [get, set] |
Indicates if you want to run the callback after every check. More... | |
uint | Timeout [get, set] |
Timeout in minutes, 0 means use default. More... | |
LicenseWatchdogCallback | WatchdogCallback [get, set] |
This function will be called back in case of errors or after every check. More... | |
![]() | |
bool | HandleNoInternet [get] |
Indicates if you want to run license checks more often if NetworkException or LicenseServerException encountered. More... | |
uint | NoInternetTimeout [get] |
Custom watchdog timeout in seconds for the case if NetworkException or LicenseServerException encountered. More... | |
bool | RunCallbackOnEveryCheck [get] |
Indicates if you want to run the callback after every check. More... | |
uint | Timeout [get] |
Timeout in minutes, 0 means use default. More... | |
LicenseWatchdogCallback | WatchdogCallback [get] |
This function will be called back in case of errors or after every check. More... | |
Class that holds settings of license watchdog.
LicenseSpring.LicenseWatchdogSettings.LicenseWatchdogSettings | ( | LicenseWatchdogCallback | callback, |
uint | timeout = 0 |
||
) |
LicenseWatchdogSettings constructor
callback | This function will be called back in case of errors or after every check |
timeout | Timeout in minutes, 0 means use default |
|
getset |
Indicates if you want to run license checks more often if NetworkException or LicenseServerException encountered.
Implements LicenseSpring.ILicenseWatchdogSettings.
|
getset |
Custom watchdog timeout in seconds for the case if NetworkException or LicenseServerException encountered.
Implements LicenseSpring.ILicenseWatchdogSettings.
|
getset |
Indicates if you want to run the callback after every check.
Implements LicenseSpring.ILicenseWatchdogSettings.
|
getset |
Timeout in minutes, 0 means use default.
Implements LicenseSpring.ILicenseWatchdogSettings.
|
getset |
This function will be called back in case of errors or after every check.
Implements LicenseSpring.ILicenseWatchdogSettings.