Alexandria.Client.Infrastructure.EnvironmentVerifier.FakeDurableEnlistment.Rollback C# (CSharp) Method

Rollback() public method

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
return void
            public void Rollback(Enlistment enlistment)
            {
                enlistment.Done();
            }
EnvironmentVerifier.FakeDurableEnlistment