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
      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 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()