LicenseCheckInstallationStatus Method (String) |
Checks the installation status for the given Installation ID against SOLO Server using the current value in the
InstallationID property and a specified endpoint.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public virtual bool CheckInstallationStatus(
string endpoint
)
Public Overridable Function CheckInstallationStatus (
endpoint As String
) As Boolean
public:
virtual bool CheckInstallationStatus(
String^ endpoint
)
Parameters
- endpoint
- Type: SystemString
The full URL to the web service (XmlActivationService) endpoint
Return Value
Type:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
Remarks
This processes license status check request using SOLO Server's
XmlActivationService
web service's CheckInstallationStatus method.
InstallationID property. If the Installation ID is not set or is invalid, the
ActivateOnline may be used to get one, or you can call the
ActivateInstallationLicenseFile
method to get the Installation ID and License File at the same time.
Note |
---|
If you need to check the status of the Installation ID or License ID in SOLO Server and refresh the License File at the same time,
use the RefreshLicense method instead.
|
See Also