InvokeCommandCommand.ConnectingTimeout 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.
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