OnStart
The OnStart
parameter specifies the name of a handler for the start event of an asynchronous action. The name that you specify must represent a section in the configuration file that contains the settings for the event handler. For example:
[ActionName] OnStart=MyHandler [MyHandler] ...
Type: | String |
Default: | |
Required: | No |
Configuration Section: |
ActionName where ActionName is the name of an asynchronous action. |
Example: | OnStart=EventHandler
|
See Also: |