Share via


SetMajorityQuorum method of the MSCluster_Cluster class

Sets the quorom to a majority quorum and uses the passed-in resource as the quorum witness resource.

Syntax

void SetMajorityQuorum(
  [in] string Resource,
  [in] string QuorumPath
);

Parameters

Resource [in]

The name of the disk quorum witness resource.

QuorumPath [in]

The optional path that will be used to maintain quorum files.

Return value

This method does not return a value.

Requirements

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

See also

MSCluster_Cluster