System.Transactions.TransactionsEtwProvider.EnlistmentInDoubt C# (CSharp) Méthode

EnlistmentInDoubt() private méthode

private EnlistmentInDoubt ( int enlistmentIdentifier ) : void
enlistmentIdentifier int
Résultat void
        private void EnlistmentInDoubt(int enlistmentIdentifier)
        {
            WriteEvent(ENLISTMENT_INDOUBT_EVENTID, enlistmentIdentifier);
        }
        #endregion

Same methods

TransactionsEtwProvider::EnlistmentInDoubt ( InternalEnlistment enlistment ) : void