Search Results for

    Show / Hide Table of Contents

    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()

    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()

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • LicenseManager()
    • Methods
      • ReleaseLicense()
    • Extension Methods
    Back to top Generated by DocFX