Click or drag to resize

SQLiteQueueManagerServiceStart Method

Starts the queue manager service.

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

Return Value

Type: Boolean
Returns true if the service started successfully.

Implements

IDaemonServiceStart
See Also