Search Results for

    Show / Hide Table of Contents

    Class LicensingStatusInformation

    Represents licensing status information for a translation provider server.

    Inheritance
    object
    LicensingStatusInformation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class LicensingStatusInformation

    Properties

    CurrentConcurrentUsers

    Gets the current number of concurrent users logged in.

    Declaration
    public int CurrentConcurrentUsers { get; }
    Property Value
    Type Description
    int

    CurrentTranslationUnitCount

    Gets the current total number of translation units across all translation memories hosted on the server.

    Declaration
    public long CurrentTranslationUnitCount { get; }
    Property Value
    Type Description
    long

    FeatureName

    Gets the feature name

    Declaration
    public string FeatureName { get; }
    Property Value
    Type Description
    string

    IsTeamEdition

    Is true if team edition license

    Declaration
    public bool IsTeamEdition { get; }
    Property Value
    Type Description
    bool

    MaxConcurrentUsers

    Gets the maximum number of concurrent users allowed by the current license.

    Declaration
    public int MaxConcurrentUsers { get; }
    Property Value
    Type Description
    int

    MaxTranslationUnitCount

    Gets the maximum number of translation units allowed by the current license.

    Declaration
    public long MaxTranslationUnitCount { get; }
    Property Value
    Type Description
    long
    In this article
    • Properties
      • CurrentConcurrentUsers
      • CurrentTranslationUnitCount
      • FeatureName
      • IsTeamEdition
      • MaxConcurrentUsers
      • MaxTranslationUnitCount
    Back to top Generated by DocFX