List the names of the stores managed by this Brightstar server

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public IEnumerable<string> ListStores()
Visual Basic
Public Function ListStores As IEnumerable(Of String)
Visual C++
public:
virtual IEnumerable<String^>^ ListStores() sealed
F#
abstract ListStores : unit -> IEnumerable<string> 
override ListStores : unit -> IEnumerable<string> 

Return Value

Type: IEnumerable<(Of <(<'String>)>)>
An enumeration over the names of the stores managed by the Brightstar server

Implements

IBrightstarService..::..ListStores()()()()

See Also