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
    Int32

    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
    Int64

    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
    Boolean

    MaxConcurrentUsers

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

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

    MaxTranslationUnitCount

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

    Declaration
    public long MaxTranslationUnitCount { get; }
    Property Value
    Type Description
    Int64
    In this article
    Back to top Generated by DocFX