Alexandria.Client.Infrastructure.EnvironmentVerifier.FakeDurableEnlistment.Rollback C# (CSharp) 메소드

Rollback() 공개 메소드

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