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.
Inherited Members
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 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
Refresh()
Refreshes the status of this operation with up-to-date information from the server.
Declaration
public override void Refresh()