| SQLiteSearchIndexRefreshJobLastStarted Property |
Time that the service last started
Namespace:
SanteDB.DisconnectedClient.SQLite.Search
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public DateTime? LastStarted { get; }
Public ReadOnly Property LastStarted As DateTime?
Get
public:
virtual property Nullable<DateTime> LastStarted {
Nullable<DateTime> get () sealed;
}
abstract LastStarted : Nullable<DateTime> with get
override LastStarted : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeImplements
IJobLastStartedSee Also