IImplementsConnectionRetry Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implementing this interface indicates that the activity supports connection retry.
public interface class IImplementsConnectionRetry
public interface class IImplementsConnectionRetry
__interface IImplementsConnectionRetry
public interface IImplementsConnectionRetry
type IImplementsConnectionRetry = interface
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. |