Create a new instance of the service that attaches to the specified directory location
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public EmbeddedBrightstarService(
	string baseLocation
)  | 
| Visual Basic | 
|---|
Public Sub New ( 
	baseLocation As String
)  | 
| Visual C++ | 
|---|
public:
EmbeddedBrightstarService(
	String^ baseLocation
)  | 
| F# | 
|---|
new : 
        baseLocation : string -> EmbeddedBrightstarService | 
Parameters
- baseLocation
 - Type: System..::..String
The full path to the location of the directory that contains one or more Brightstar stores 
Remarks
See Also