IFileSystemCapabilities SupportsAsyncronousAPI Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Defines if this FileSystem implements Async methods in real asynchronous manner. By default asynchronous methods are actually executed syncronously and return Task with execution result or exception

Namespace: NFX.IO.FileSystem
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

bool SupportsAsyncronousAPI { get; }

Property Value

Type: OnlineBoolean
See Also