QuiesceDevice method of the CIM_LogicalDevice class

This method is deprecated. Instead, use the RequestStateChange method.

Deprecated description: Temporarily suspends or resumes activity on the numeric sensor.

Syntax

uint32 QuiesceDevice(
  [in] boolean Quiesce
);

Parameters

Quiesce [in]

true if the numeric sensor is to temporarily suspend activity or resume activity; false to resume activity.

Return value

0

The operation completed successfully.

1

The operation was not completed because it is not supported.

2

The operation is not supported when the device is in the current state.

3 = value

The operation was not completed because an error occurred.

Requirements

Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_LogicalDevice