EndPointSynchronizerFileSystemWriteAsync Property |
Gets the writable file system instance using async methods.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public ISyncFileSystemWriteAsync FileSystemWriteAsync { get; }
Property Value
Type:
ISyncFileSystemWriteAsync
The writable file system instance or null if writing async is not supported.
See Also