LicenseRefreshLicense Method (XmlLicenseFileService, String) |
Returns the current license file contents from SOLO Server using the current value in the
InstallationID property.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public virtual bool RefreshLicense(
XmlLicenseFileService client,
ref string licenseContent
)
Public Overridable Function RefreshLicense (
client As XmlLicenseFileService,
ByRef licenseContent As String
) As Boolean
public:
virtual bool RefreshLicense(
XmlLicenseFileService^ client,
String^% licenseContent
)
Parameters
- client
- Type: com.softwarekey.Client.WebService.XmlLicenseFileServiceXmlLicenseFileService
For the .NET Framework PLUSManaged assembly, the SoapHttpClientProtocol derived object used to perform the web service call.
For the .NET Standard PLUSManaged assembly, the XmlWebService derived object used to perform the web service call.
- licenseContent
- Type: SystemString
The contents of the License File
Return Value
Type:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
Remarks See Also