| SQLiteSearchIndexRefreshJobCanCancel Property |
Can cancel the job?
Namespace:
SanteDB.DisconnectedClient.SQLite.Search
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool CanCancel { get; }
Public ReadOnly Property CanCancel As Boolean
Get
public:
virtual property bool CanCancel {
bool get () sealed;
}
abstract CanCancel : bool with get
override CanCancel : bool with get
Property Value
Type:
BooleanImplements
IJobCanCancelSee Also