Shutsdown this embedded service only.

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

Syntax

C#
public void Shutdown(
	bool completeJobs
)
Visual Basic
Public Sub Shutdown ( 
	completeJobs As Boolean
)
Visual C++
public:
void Shutdown(
	bool completeJobs
)
F#
member Shutdown : 
        completeJobs : bool -> unit 

Parameters

completeJobs
Type: System..::..Boolean
If true then the call will block until all jobs queued by the service have been completed.

See Also