| SQLiteAuditPruneJobCanCancel Property |
Can cancel?
Namespace:
SanteDB.DisconnectedClient.SQLite.Security.Audit
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