| 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 Function Start As Boolean
public:
virtual bool Start() sealed
abstract Start : unit -> bool
override Start : unit -> bool
Return Value
Type:
BooleanReturns true if the service started successfully.
Implements
IDaemonServiceStartSee Also