Enable method of the MSFT_NetAdapterRscSettingData class

Enables the Receive Segment Coalescing (RSC) properties on the network adapter.

Syntax

uint32 Enable(
  [in]  boolean IPv4,
  [in]  boolean IPv6,
  [out] string  cmdletOutput
);

Parameters

IPv4 [in]

true to enable the RSC settings for IPv4 TCP packets.

IPv6 [in]

true to enable the RSC settings for IPv4 TCP packets.

cmdletOutput [out]

Returns an embedded instance of the MSFT_NetAdapterRscSettingData class.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetAdapterCim.mof
DLL
NetAdapterCim.dll

See also

MSFT_NetAdapterRscSettingData