CimCmdletAdapter.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.
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