QuiesceDevice method of the MSFTSMNET_EthernetPort class

Requests that the logical device cleanly cease all current activity or resume activity.

This method is inherited from the CIM_LogicalDevice class.

Syntax

uint32 QuiesceDevice(
  [in] boolean Quiesce
);

Parameters

Quiesce [in]

Set to True to cleanly cease all activity. Set to false to resume activity.

Return value

0

Success.

1

The request is not supported.

1

The request is not supported due to the current state of the device

3 = value

Undefined error.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SmIScsiTargetProv.dll

See also

MSFTSMNET_EthernetPort