PSRemotingActivity.PSConnectionRetryCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 System::Activities::InArgument<Nullable<System::UInt32>> ^ PSConnectionRetryCount { 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?> PSConnectionRetryCount { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSConnectionRetryCount : System.Activities.InArgument<Nullable<uint32>> with get, set
Public Property PSConnectionRetryCount As InArgument(Of Nullable(Of UInteger))
Property Value
Implements
- Attributes