ConnectPSSessionCommand.ThrottleLimit Property

Definition

Allows the user of the cmdlet to specify a throttling value for throttling the number of remote operations that can be executed simultaneously.

public:
 property int ThrottleLimit { int get(); void set(int value); };
public:
 property int ThrottleLimit { int get(); void set(int value); };
public int ThrottleLimit { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="Session")]
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="Id")]
[System.Management.Automation.Parameter(ParameterSetName="ComputerNameGuid")]
[System.Management.Automation.Parameter(ParameterSetName="ConnectionUri")]
[System.Management.Automation.Parameter(ParameterSetName="ConnectionUriGuid")]
[System.Management.Automation.Parameter(ParameterSetName="Name")]
[System.Management.Automation.Parameter(ParameterSetName="InstanceId")]
public int ThrottleLimit { get; set; }
member this.ThrottleLimit : int with get, set
[<System.Management.Automation.Parameter(ParameterSetName="Session")>]
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="Id")>]
[<System.Management.Automation.Parameter(ParameterSetName="ComputerNameGuid")>]
[<System.Management.Automation.Parameter(ParameterSetName="ConnectionUri")>]
[<System.Management.Automation.Parameter(ParameterSetName="ConnectionUriGuid")>]
[<System.Management.Automation.Parameter(ParameterSetName="Name")>]
[<System.Management.Automation.Parameter(ParameterSetName="InstanceId")>]
member this.ThrottleLimit : int with get, set
Public Property ThrottleLimit As Integer

Property Value

Attributes

Applies to