IServerAgentConnection.GetClusterAdmins

Syntax:

GetClusterAdmins(<Cluster>)

Parameters:

<Cluster> (required)

Type: IClusterInfo.
Description of a cluster with the IRegUserInfo interface, whose administrators need to be obtained.

Returned value:

Type: COMSafeArray.
Array of administrator descriptions. Each array item is an object with the IRegUserInfo interface.

Description:

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.

Availability:

Integration.

    

1C:Enterprise Developer's Community