Search Results for

    Show / Hide Table of Contents

    Class ScheduledReindexOperation

    When changing recognizer settings or when changing variables, abbreviations or ordinal followers, it might be necessary to re-index the Translation Memory in order to make sure these settings are applied to existing Translation Units. This class represents a scheduled re-indexing of a server-based translation memory on the Execution Server. This class can be used to schedule a re-indexing of a server-based translation memory and also to monitor the operation's status while it is running.

    Inheritance
    object
    ScheduledOperation
    ScheduledReindexOperation
    Inherited Members
    ScheduledOperation.Status
    ScheduledOperation.ErrorMessage
    ScheduledOperation.PercentComplete
    ScheduledOperation.QueuedOn
    ScheduledOperation.StartedOn
    ScheduledOperation.CompletedOn
    ScheduledOperation.CancelledOn
    ScheduledOperation.IsFinished
    ScheduledOperation.IsRunning
    ScheduledOperation.IsPending
    ScheduledOperation.WorkItemId
    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 ScheduledReindexOperation : ScheduledOperation

    Constructors

    ScheduledReindexOperation()

    Creates a new instance.

    Declaration
    public ScheduledReindexOperation()

    Properties

    TranslationMemory

    Gets or sets the server-based translation memory to re-index.

    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()
    In this article
    • Constructors
      • ScheduledReindexOperation()
    • Properties
      • TranslationMemory
    • Methods
      • Queue()
      • Refresh()
    Back to top Generated by DocFX