Class ScheduledFieldApplyOperation
Represents the asynchronous process of applying a change in a server-based fields template (ServerBasedFieldsTemplate) to all the translation memories associated with it. See CurrentFieldApplyOperation. 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 ScheduledFieldApplyOperation : ScheduledOperation
Properties
FieldsTemplate
Gets or sets the server-based translation memory to re-index.
Declaration
public ServerBasedFieldsTemplate FieldsTemplate { get; }
Property Value
Type | Description |
---|---|
ServerBasedFieldsTemplate |
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()