Unregisters the specified cluster or application server.
Syntax
<HsxClient>.UnregisterCluster bstrClusterName
Argument | Description |
---|
bstrClusterName | String (ByVal). The name of the cluster or application server. |
Example
The following example unregisters a cluster named myCluster.
m_cHsxClient.UnregisterCluster "myCluster"