IImplementsConnectionRetry
Interface
Definition
Implementing this interface indicates that the activity supports connection retry.
public interface IImplementsConnectionRetry
- Derived
Properties
| PSConnectionRetryCount |
Defines the number of retries that the activity will make to connect to a remote machine when it encounters an error. The default is to not retry. |
| PSConnectionRetryIntervalSec |
Defines the delay, in seconds, between connection retry attempts. The default is one second. |