Class LicenseManager
Provides a simple API for external applications to release a Trados Studio license.
Inheritance
Object
LicenseManager
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.Licensing
Assembly: Sdl.TranslationStudioAutomation.Licensing.dll
Syntax
public class LicenseManager
Constructors
LicenseManager()
Provides a simple API for external applications to release a Trados Studio license.
Declaration
public LicenseManager()
Methods
ReleaseLicense()
Releases the currently active Trados Studio license this needs to be called when the application is closing. It will deactivate the license and release it back to the license server.
Declaration
public static void ReleaseLicense()