IServerAgentConnection.GetClusterManagers

Syntax:

GetClusterManagers(<Cluster>)

Parameters:

<Cluster> (required)

Type: IClusterInfo.
Server cluster. It can be an element of cluster array registered on the current central server that is obtained using the GetClusters method. You also can create a cluster by the CreateClusterInfo method and then fill its properties.

Returned value:

Type: COMSafeArray.
An array of IClusterManagerInfo objects.
One of them represents the main cluster manager and the others represent additional managers registered in the cluster.

Description:

Obtains the list of the managers registered in the cluster.

Availability:

Integration.

    

1C:Enterprise Developer's Community