IImplementsConnectionRetry Interface

Definition

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.

Applies to