FileSystem DoBeginTransactionAsync Method NFX Class Library

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

Async version of DoBeginTransaction(FileSystemSession). This base/default implementation just synchronously calls DoBeginTransaction(FileSystemSession) and returns already completed Task with result returned by DoBeginTransaction(FileSystemSession)

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

protected internal virtual Task<IFileSystemTransactionHandle> DoBeginTransactionAsync(
	FileSystemSession session
)

Return Value

Type: OnlineTask IFileSystemTransactionHandle 
See Also