InvokeCommandCommand.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:
 virtual property int ThrottleLimit { int get(); void set(int value); };
public:
 virtual property int ThrottleLimit { int get(); void set(int value); };
public override int ThrottleLimit { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="ContainerId")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathContainerId")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathRunspace")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathUri")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathVMId")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathVMName")]
[System.Management.Automation.Parameter(ParameterSetName="Session")]
[System.Management.Automation.Parameter(ParameterSetName="Uri")]
[System.Management.Automation.Parameter(ParameterSetName="VMId")]
[System.Management.Automation.Parameter(ParameterSetName="VMName")]
public override int ThrottleLimit { get; set; }
member this.ThrottleLimit : int with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="ContainerId")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathContainerId")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathRunspace")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathUri")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathVMId")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathVMName")>]
[<System.Management.Automation.Parameter(ParameterSetName="Session")>]
[<System.Management.Automation.Parameter(ParameterSetName="Uri")>]
[<System.Management.Automation.Parameter(ParameterSetName="VMId")>]
[<System.Management.Automation.Parameter(ParameterSetName="VMName")>]
member this.ThrottleLimit : int with get, set
Public Overrides Property ThrottleLimit As Integer

Property Value

Attributes

Applies to