Click or drag to resize
KernelTransactionRollback Method
Requests that the specified transaction be rolled back. This function is synchronous.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public void Rollback()
Exceptions
ExceptionCondition
TransactionAlreadyCommittedExceptionThe transaction was already committed.
Win32ExceptionAn error occurred
See Also