NewPSSessionOptionCommand.OpenTimeout Property

Definition

The duration for which PowerShell remoting waits (in milliseconds) before timing out on a connection to a remote machine. Simply put, the timeout for a remote runspace creation.

The user would like to tweak this timeout depending on whether he/she is connecting to a machine in the data center or across a slow WAN.

public:
 property int OpenTimeout { int get(); void set(int value); };
public:
 property int OpenTimeout { int get(); void set(int value); };
public int OpenTimeout { get; set; }
[System.Management.Automation.Alias(new System.String[] { "OpenTimeoutMSec" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int OpenTimeout { get; set; }
member this.OpenTimeout : int with get, set
[<System.Management.Automation.Alias(new System.String[] { "OpenTimeoutMSec" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.OpenTimeout : int with get, set
Public Property OpenTimeout As Integer

Property Value

Attributes

Applies to