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

Provides a list of available Q-Pulse Databases.

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

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