List the names of the stores managed by this Brightstar server
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
IEnumerable<string> ListStores() |
| Visual Basic |
|---|
Function ListStores As IEnumerable(Of String) |
| Visual C++ |
|---|
IEnumerable<String^>^ ListStores() |
| F# |
|---|
abstract ListStores : unit -> IEnumerable<string> |
Return Value
Type: IEnumerable<(Of <(<'String>)>)>An enumeration over the names of the stores managed by the Brightstar server