[This is preliminary documentation and is subject to change.]
Async version of DoCommitTransaction(FileSystemSession).
This base/default implementation just synchronously calls DoCommitTransaction(FileSystemSession) and
returns already completed Task with result returned by DoCommitTransaction(FileSystemSession)
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- session
- Type: NFX.IO.FileSystem FileSystemSession
Return Value
Type:
See Also