| 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 Function Start As Boolean
public:
virtual bool Start() sealed
abstract Start : unit -> bool
override Start : unit -> bool
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Search.SQLiteSearchIndexService.Start"]
Implements
IDaemonServiceStartRemarks 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