Alexandria.Client.Infrastructure.EnvironmentVerifier.FakeDurableEnlistment.InDoubt C# (CSharp) Méthode

InDoubt() public méthode

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
Résultat void
            public void InDoubt(Enlistment enlistment)
            {
                enlistment.Done();
            }
EnvironmentVerifier.FakeDurableEnlistment