IServerAgentConnection.GetConnections

Syntax:

GetConnections(<Cluster>)

Parameters:

<Cluster> (required)

Type: IClusterInfo.
A cluster that requires obtaining an array of connection descriptions. It can be an item of the cluster array obtained by the GetClusters method, where clusters are registered in the current central server. A cluster can also be created by the CreateClusterInfo method with the subsequent filling of its properties.

Returned value:

Type: COMSafeArray.
Array of cluster connection descriptions. Each cluster connection description is represented by an object with the IConnectionShort interface.

Description:

Obtains an array of cluster connection descriptions. It is required to authenticate one of the cluster administrators for the successful method execution. Each connection displays only information that does not require Infobase user authentication. You can obtain complete information and force disconnection only by using the IWorkingProcessConnection interface after authenticating Infobase users.

Availability:

Integration.

    

1C:Enterprise Developer's Community