List the names of the stores managed by this brightstar instance
            
Namespace: BrightstarDB.ClientAssembly: 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>)>)>[Missing <returns> documentation for "M:BrightstarDB.Client.EmbeddedBrightstarService.ListStores"]
Implements
IBrightstarService..::..ListStores()()()()
See Also