RunspaceConnectionInfo.MaxIdleTimeout Property

Definition

The maximum allowed idle timeout duration (in ms) that can be set on a Runspace. This is a read-only property that is set once the Runspace is successfully created and opened.

public:
 property int MaxIdleTimeout { int get(); };
public:
 property int MaxIdleTimeout { int get(); };
public int MaxIdleTimeout { get; }
member this.MaxIdleTimeout : int
Public ReadOnly Property MaxIdleTimeout As Integer

Property Value

Applies to