System.Transactions.TransactionStateCommitted.EndCommit C# (CSharp) Method

EndCommit() private method

private EndCommit ( InternalTransaction tx ) : void
tx InternalTransaction
return void
        internal override void EndCommit(InternalTransaction tx)
        {
            // End Commit does nothing because life is wonderful and we are happy!
        }