Stop method of the MicrosoftNLB_Node class

Stops cluster operations the node.

Syntax

uint32 Stop();

Parameters

This method has no parameters.

Return value

This method returns a uint32 set to one of the standard return values.

WLBS_OK (1000)

WLBS_SUSPENDED (1013)

WLBS_ALREADY (1001)

WLBS_DRAIN_STOP (1002)

Remarks

This method will fail if called on an instance of a MicrosoftNLB_Node object that represents a remote node.

Examples

For an example that demonstrates the Stop method, see Monitoring Application Level Health.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MicrosoftNLB
MOF
WlbsProv.mof
DLL
WlbsProv.dll

See also

MicrosoftNLB_ClusterSetting

MicrosoftNLB_Node