IConnectionApiAggregate Property

GF API Documentation
Represents not a 'real' connection, but the abstraction of all connections in one. The aggregate is connected if all servers are connected, and disconnected if any server is disconnected. Use this if you want all server connections and don't need control over each individual connection.

Namespace:  GF.Api.Connection
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IServerConnectionApi Aggregate { get; }

Property Value

Type: IServerConnectionApi
See Also

Reference