ActivityImplementationContext.PSConnectionRetryIntervalSec Property

Definition

Defines the delay, in seconds, between connection retry attempts. The default is one second.

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

Property Value

Applies to