IClusCfgVerifyQuorum interface
[This interface is available for use only in Windows Server 2003.]
The IClusCfgVerifyQuorum interface is implemented by configuration objects that manage quorum resources and allows the implementer to ensure that the quorum resource can be hosted on all nodes being added to the cluster.
The IClusCfgManagedResourceData interface will be called just prior to any calls to the methods of this interface, allowing the configuration object to propagate the data for the quorum resource to all nodes being added to the cluster.
Members
The IClusCfgVerifyQuorum interface inherits from the IUnknown interface. IClusCfgVerifyQuorum also has these types of members:
- Methods
Methods
The IClusCfgVerifyQuorum interface has these methods.
| Method | Description |
|---|---|
| Cleanup | Allows a configuration object to undo all of the changes performed in the PrepareToHostQuorumResource method. (Inherited from IClusCfgVerifyQuorum) |
| IsMultiNodeCapable | Specifies whether a quorum-capable resource allows other nodes to join the cluster and create a multinode cluster. (Inherited from IClusCfgVerifyQuorum) |
| PrepareToHostQuorumResource | Gives the implementer a chance to do anything required to ensure that this node can indeed host the quorum resource. (Inherited from IClusCfgVerifyQuorum) |
| SetMultiNodeCapable | Establishes a quorum resource as capable of supporting a multinode cluster. (Inherited from IClusCfgVerifyQuorum) |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 |
End of server support |
Windows Server 2003 |
IDL |
ClusCfgServer.idl |
IID |
IID_IClusCfgVerifyQuorum is defined as 90A2EFAE-1B62-4ADA-BF1C-BECAB56F748D |