Share via


InvokeCommandCommand.ConnectingTimeout Property

Definition

Gets and sets a value in milliseconds that limits the time allowed for an SSH connection to be established.

[System.Management.Automation.Parameter(ParameterSetName="SSHHost")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathSSHHost")]
public override int ConnectingTimeout { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="SSHHost")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathSSHHost")>]
member this.ConnectingTimeout : int with get, set
Public Overrides Property ConnectingTimeout As Integer

Property Value

Attributes

Applies to