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

EnlistmentDone() private method

private EnlistmentDone ( int enlistmentIdentifier ) : void
enlistmentIdentifier int
return void
        private void EnlistmentDone(int enlistmentIdentifier)
        {
            WriteEvent(ENLISTMENT_DONE_EVENTID, enlistmentIdentifier);
        }
        #endregion

Same methods

TransactionsEtwProvider::EnlistmentDone ( InternalEnlistment enlistment ) : void