TakeOfflineParams method of the MSCluster_Resource class

Take the resource offline with the parameters specified as a raw buffer.

Syntax

void TakeOfflineParams(
  [in] uint32 TimeOut,
  [in] uint8  Parameters[],
  [in] uint32 Flags
);

Parameters

TimeOut [in]

The length of time, in seconds, that the method should wait for the resource to go offline.

Parameters [in]

Parameters for taking the resource offline.

Flags [in]

Flags for taking the resource offline.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_Resource