[This is preliminary documentation and is subject to change.]

Provides a list of available Q-Pulse Databases.

Namespace:  QPulseWebServices.Contracts.Service
Assembly:  QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.580.15

Syntax

C#
string[] AvailableConnections()

Return Value

A string array contianing the names of the available databases.

Remarks

REST Availability: Supports HTTP GET

Exceptions

ExceptionCondition
ServiceFaultCode..::.ConnectionsNotAvailableThe Web Services cannot retrieve the available connections from the Q-Pulse service.

See Also