ActivityImplementationContext.PSActionRetryIntervalSec Property

Definition

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

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

Property Value

Applies to