Search Results for

    Show / Hide Table of Contents

    Class ScheduledRecomputeStatisticsOperation

    Represents a scheduled recomputation of the fuzzy index statistics of a server-based translation memory on the Execution Server. This class can be used to schedule a recomputation of the fuzzy index statistics of a server-based translation memory and also to monitor the operation's status while it is running.

    Inheritance
    System.Object
    ScheduledOperation
    ScheduledRecomputeStatisticsOperation
    Inherited Members
    ScheduledOperation.Status
    ScheduledOperation.ErrorMessage
    ScheduledOperation.PercentComplete
    ScheduledOperation.QueuedOn
    ScheduledOperation.StartedOn
    ScheduledOperation.CompletedOn
    ScheduledOperation.CancelledOn
    ScheduledOperation.IsFinished
    ScheduledOperation.IsRunning
    ScheduledOperation.IsPending
    ScheduledOperation.WorkItemId
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class ScheduledRecomputeStatisticsOperation : ScheduledOperation

    Constructors

    ScheduledRecomputeStatisticsOperation()

    Creates a new instance.

    Declaration
    public ScheduledRecomputeStatisticsOperation()

    Properties

    TranslationMemory

    Gets or sets the server-based translation memory for which to recompute the fuzzy index statistics.

    Declaration
    public ServerBasedTranslationMemory TranslationMemory { get; set; }
    Property Value
    Type Description
    ServerBasedTranslationMemory

    Methods

    Queue()

    Schedules the operation for execution by the execution server.

    Declaration
    public override void Queue()
    Overrides
    ScheduledOperation.Queue()

    Refresh()

    Refreshes the status of this operation with up-to-date information from the server.

    Declaration
    public override void Refresh()
    Overrides
    ScheduledOperation.Refresh()

    On this page

    • Constructors
      • ScheduledRecomputeStatisticsOperation()
    • Properties
      • TranslationMemory
    • Methods
      • Queue()
      • Refresh()
    Back to top Generated by DocFX