ActivityImplementationContext.PSConnectionRetryCount Property

Definition

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.

public:
 property Nullable<System::UInt32> PSConnectionRetryCount { Nullable<System::UInt32> get(); void set(Nullable<System::UInt32> value); };
public uint? PSConnectionRetryCount { get; set; }
member this.PSConnectionRetryCount : Nullable<uint32> with get, set
Public Property PSConnectionRetryCount As Nullable(Of UInteger)

Property Value

Applies to