Click or drag to resize

SQLiteSearchIndexServiceStart Method

Start the service.

Namespace:  SanteDB.DisconnectedClient.SQLite.Search
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public bool Start()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Search.SQLiteSearchIndexService.Start"]

Implements

IDaemonServiceStart
Remarks
In reality this forces a background re-index of the database and subscription to the entity persistence services to update the index where possible
See Also