DelayAfterClose Parameter (Connect-Reckon Cmdlet)
Specifies the delay, in milliseconds, applied after closing a connection to Reckon.
Syntax
Connect-Reckon -DelayAfterClose string
Data Type
cstr
Default Value
""
Remarks
This property sets a delay, measured in milliseconds, after each connection to Reckon is closed. It can be useful for addressing internal errors, particularly those related to automatic login or connection stability. Setting this property to a positive value allows Reckon additional time to reset its internal state before new connection attempts are made.
Use this property sparingly, as excessive delays may impact the overall responsiveness of your application. A typical use case involves troubleshooting scenarios where Reckon experiences repeated errors during connection attempts. For example, a delay of 2000 introduces a 2-second pause after closing each connection.