| PowerShellDEFAULT_OPEN_TIMEOUT_IN_SEC Field |
The default length of time in seconds that a PowerShell connection has to open a connection before timing out.
Namespace:
Galactic.PowerShell
Assembly:
Galactic.PowerShell (in Galactic.PowerShell.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public const int DEFAULT_OPEN_TIMEOUT_IN_SEC = 60
Public Const DEFAULT_OPEN_TIMEOUT_IN_SEC As Integer = 60
public:
literal int DEFAULT_OPEN_TIMEOUT_IN_SEC = 60
static val mutable DEFAULT_OPEN_TIMEOUT_IN_SEC: int
Field Value
Type:
Int32See Also