Share via


CimCmdletAdapter.ThrottleLimit Property

Definition

Maximum number of remote connections that can remain active at any given time.

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]
public override int ThrottleLimit { get; set; }
member this.ThrottleLimit : int with get, set
[<System.Management.Automation.Parameter>]
member this.ThrottleLimit : int with get, set
Public Overrides Property ThrottleLimit As Integer

Property Value

Attributes

Applies to