PSSessionOption.MaxConnectionRetryCount 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.
Number of times a connection will be re-attempted when a connection fails due to network issues.
public:
property int MaxConnectionRetryCount { int get(); void set(int value); };
public:
property int MaxConnectionRetryCount { int get(); void set(int value); };
public int MaxConnectionRetryCount { get; set; }
member this.MaxConnectionRetryCount : int with get, set
Public Property MaxConnectionRetryCount As Integer