Class ScheduledLanguageResourcesApplyOperation
Represents the asynchronous process of applying a change in a server-based language resources template (ServerBasedLanguageResourcesTemplate) to all the translation memories associated with it. See CurrentLangResApplyOperation. The operation is scheduled when Save() is called.
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 ScheduledLanguageResourcesApplyOperation : ScheduledOperation
Properties
LanguageResourcesTemplate
Gets or sets the server-based translation memory to re-index.
Declaration
public ServerBasedLanguageResourcesTemplate LanguageResourcesTemplate { get; }
Property Value
Type | Description |
---|---|
ServerBasedLanguageResourcesTemplate |
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()