The Retries
parameter specifies the number of times that the connector should attempt to connect to the URL where event data is sent, if the initial connection fails.
This parameter is used only when you are using the HTTP handler (LibraryName=HttpHandler
).
Type: | Integer |
Default: | 1 |
Required: | No |
Configuration Section: | EventHandler |
Example: | Retries=2
|
See Also: | RetryInterval |
|