Description

This method will report license as alive (active) to ACEN

Definition (VB.NET)

<WebMethod(), SoapHeader("AuthSoapHeader")> _
Public Function LicenseAlive(ByVal OrderID As Integer, ByVal SiteCode As String, ByVal MID As String, ByVal ActivationCode As String, ByVal LicenseID As Integer) As Result

Security

This method can be used by both administrator users and clients.

Parameters

Name Type Description
OrderID Integer Order ID value
SiteCode String Site code value
MID String Machine ID (MID) value
ActivationCode String Activation code
LicenseID Integer LicenseID previously obtained by using AddLicense/UpdateLicense methods.

Return values

In case of success Result.Status is set to STATUS_SUCCESS

In case of error appropriate error status code is returned.

Notes

This method will report license as "alive" (active) to ACEN. 

Protected application could make this call once a day or as required. Each time this method is called ACEN will save current server date/time to license details. Last saved time can be reviewed in license details ("Last alive call" field).

In this way ACEN administrators can determine if license is still in use on remote computer.