Returns the name of the cluster to which the specified application server is assigned.
Syntax
<HsxClient>.GetClusterInfo bstrServerToGetClusterInfo, vbUseAutomaticLoadBalancing, pbstrClusterName
Argument | Description |
---|
bstrServerToGetClusterInfo | String (ByVal). The name of the application server. |
vbUseAutomaticLoadBalancing | Boolean (ByVal). Specifies whether the application server is registered for automatic load balancing. Pass TRUE if load balancing is used, FALSE otherwise. |
pbstrClusterName | String. Returns the name of the cluster to which the application server is assigned. |