System.Transactions.TransactionsEtwProvider.EnlistmentForceRollback C# (CSharp) Method

EnlistmentForceRollback() private method

private EnlistmentForceRollback ( int enlistmentIdentifier ) : void
enlistmentIdentifier int
return void
        private void EnlistmentForceRollback(int enlistmentIdentifier)
        {
            WriteEvent(ENLISTMENT_FORCEROLLBACK_EVENTID, enlistmentIdentifier);
        }
        #endregion

Same methods

TransactionsEtwProvider::EnlistmentForceRollback ( InternalEnlistment enlistment ) : void