LicenseProvider
UnbindDevelopmentOrTestingLicenses Method
|
Unbinds development or testing licenses of the specified type. This method iterates
through all stored licenses, identifies those marked as development or test licenses,
resets their state, and attempts to unbind them using the LicenseUtilities.UnbindLicense
method. The process stops upon successfully unbinding the first matching license.
The approach to lifting development or testing licenses does not allow frequent
invocation by the same machine code, mandating a two-hour wait period before
it can be invoked again.
Namespace:
Spire.Xls.License
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static bool UnbindDevelopmentOrTestingLicenses()
Public Shared Function UnbindDevelopmentOrTestingLicenses As Boolean
public:
static bool UnbindDevelopmentOrTestingLicenses()
static member UnbindDevelopmentOrTestingLicenses : unit -> bool
Return Value
Type:
Boolean
true if a development or test license was found and successfully unbound; otherwise,false.
See Also