Class SoBatchServerEventPlugin
Inheritance
SoBatchServerEventPlugin
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("SoBatchServerEventPlugin")]
public class SoBatchServerEventPlugin : IServerEventPlugin, IWebObject, IPlugin
Constructors
SoBatchServerEventPlugin()
Declaration
public SoBatchServerEventPlugin()
Fields
CheckingInterval
Declaration
public const int CheckingInterval = 0
Field Value
PluginName
Declaration
public const string PluginName = "SoBatchServerEventPlugin"
Field Value
Methods
BeginExecute(String)
Declaration
public ServerEventObject BeginExecute(string eventType)
Parameters
| Type |
Name |
Description |
| String |
eventType |
|
Returns
DeleteBatchTask(Int32)
Declaration
public bool DeleteBatchTask(int batchTaskId)
Parameters
| Type |
Name |
Description |
| Int32 |
batchTaskId |
|
Returns
EndExecute(ServerEventObject)
Declaration
public void EndExecute(ServerEventObject eventObj)
Parameters
Implements
SuperOffice.Factory.IPlugin