Click or drag to resize

SQLiteSearchIndexRefreshJobLastFinished Property

Gets the time the service last finished

Namespace:  SanteDB.DisconnectedClient.SQLite.Search
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public DateTime? LastFinished { get; set; }

Property Value

Type: NullableDateTime

Implements

IJobLastFinished
See Also