An NDoc Documented Class Library

ISession.Commit Method 

Commits all produced and consumed messages in the current transaction.

void Commit();

Exceptions

Exception Type Condition
MsgException Thrown when commit fails.
TransactionRolledBackException Thrown when commit results in a rolled back transaction.
IllegalStateException Thrown when the session is not transacted.

See Also

ISession Interface | webMethods.Msg Namespace