Click or drag to resize

LicenseManager.ReturnLicence Method

Removes the software license from the machine.

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.20.0
Syntax
C#
public void ReturnLicence(
	string ID
)

Parameters

ID  String
ID of the container to return.

Implements

ILicenseManager.ReturnLicence(String)
See Also