The URL
parameter specifies the URL to receive event data. You can send event data to the application that initiated the action, so that the application receives the result of the action, or is notified if the action fails to complete successfully.
This parameter is used only when you are using the HTTP handler (LibraryName=HttpHandler
).
Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | EventHandler |
Example: | Url=http://localhost/dosomething?param=value
|
See Also: |
|