Class ErpForceResyncBatchPlugin
Batch task wrapper for Erp forced Resync
Implements
Inherited Members
Namespace: SuperOffice.CRM.BatchProcessing.Plugins
Assembly: SoBatchProcessing.dll
Syntax
[BatchTask("ErpForceResyncBatchPlugin")]
public sealed class ErpForceResyncBatchPlugin : BatchTaskBase, IBatchTask
Constructors
ErpForceResyncBatchPlugin()
Batch task wrapper for Erp forced Resync
Declaration
public ErpForceResyncBatchPlugin()
Fields
PluginName
Batch task wrapper for Erp forced Resync
Declaration
public const string PluginName = "ErpForceResyncBatchPlugin"
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.