Udostępnij za pośrednictwem


RunspaceConnectionInfo.OperationTimeout Property

Definition

The duration for which PowerShell remoting waits before timing out for any operation. 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.

Default: 3601000 == 3minutes.

public:
 property int OperationTimeout { int get(); void set(int value); };
public:
 property int OperationTimeout { int get(); void set(int value); };
public int OperationTimeout { get; set; }
member this.OperationTimeout : int with get, set
Public Property OperationTimeout As Integer

Property Value

Applies to