PSRemotingBaseCmdlet.ThrottleLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 virtual int ThrottleLimit { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="ContainerId")]
[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 virtual 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="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 Overridable Property ThrottleLimit As Integer
Property Value
- Attributes