Click or drag to resize
KernelTransactionCommit Method
Requests that the specified transaction be committed.

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