IServerAgentConnection.GetClusterAdmins
GetClusterAdmins(<Cluster>)
Type:
IClusterInfo.
Description of a cluster with the
IRegUserInfo interface, whose administrators need to be obtained.
Type:
COMSafeArray.
Array of administrator descriptions. Each array item is an object with the IRegUserInfo interface.
Obtains an array of the cluster administrators. All information, except password, is available for each administrator. It is required to authenticate one of the cluster administrators for the successful method execution. If no cluster administrators are registered, before executing this method you should execute the
Authenticate(Cluster, "", "") method, where Cluster is a cluster whose administrator array needs to be obtained.
Integration.