[This is preliminary documentation and is subject to change.]
Returns true when backend supports true asynchronous operations, such as the ones that do not create extra threads/empty tasks
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool SupportsTrueAsynchrony { get; }
public bool SupportsTrueAsynchrony { get; }
Public ReadOnly Property SupportsTrueAsynchrony As Boolean
Get
Public ReadOnly Property SupportsTrueAsynchrony As Boolean
Get
public:
virtual property bool SupportsTrueAsynchrony {
bool get () sealed;
}
public:
virtual property bool SupportsTrueAsynchrony {
bool get () sealed;
}
abstract SupportsTrueAsynchrony : bool with get
override SupportsTrueAsynchrony : bool with get
abstract SupportsTrueAsynchrony : bool with get
override SupportsTrueAsynchrony : bool with get
Property Value
Type:
BooleanImplements
ICRUDOperations SupportsTrueAsynchrony