OnFinish
The OnFinish
parameter specifies the name of a handler for the finish 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] OnFinish=MyHandler [MyHandler] ...
Type: | String |
Default: | |
Required: | No |
Configuration Section: |
ActionName where ActionName is the name of an asynchronous action. |
Example: | OnFinish=EventHandler
|
See Also: |