Class FreetextRegenBatchPlugin
Batch task wrapper for FreetextRegen synchronization
Implements
Inherited Members
Namespace: SuperOffice.CRM.BatchProcessing.Plugins
Assembly: SoBatchProcessing.dll
Syntax
[BatchTask("FreetextRegenBatchPlugin", Timeout = 7200)]
public sealed class FreetextRegenBatchPlugin : BatchTaskBase, IBatchTask
Constructors
FreetextRegenBatchPlugin()
Batch task wrapper for FreetextRegen synchronization
Declaration
public FreetextRegenBatchPlugin()
Fields
PluginName
Batch task wrapper for FreetextRegen synchronization
Declaration
public const string PluginName = "FreetextRegenBatchPlugin"
Field Value
Type | Description |
---|---|
string |
Methods
Run(string, string)
Run the task.
Declaration
protected override bool Run(string name, string context)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the task. |
string | context | Context for the task. |
Returns
Type | Description |
---|---|
bool | True if the task succeeded. |
Overrides
Remarks
Call SetResult(string) as needed.