PSRemotingActivity.PSConnectionRetryIntervalSec Property

Definition

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

public:
 property System::Activities::InArgument<Nullable<System::UInt32>> ^ PSConnectionRetryIntervalSec { System::Activities::InArgument<Nullable<System::UInt32>> ^ get(); void set(System::Activities::InArgument<Nullable<System::UInt32>> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<uint?> PSConnectionRetryIntervalSec { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSConnectionRetryIntervalSec : System.Activities.InArgument<Nullable<uint32>> with get, set
Public Property PSConnectionRetryIntervalSec As InArgument(Of Nullable(Of UInteger))

Property Value

Implements

Attributes

Applies to