MarkLogic XCC/.Net Library

Session.Commit Method 

Commit the current transaction. If no operations are pending, nothing is done. Calling commit() is only meaningful if AutoCommit is false. New Session objects are created with auto-commit set to true.

[Visual Basic]
Sub Commit()
[C#]
void Commit();

See Also

Session Interface | Marklogic.Xcc Namespace