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