Elastacloud.AzureManagement.Fluent.ServiceOrchestrator.Rollback C# (CSharp) 메소드

Rollback() 공개 메소드

Used to rollback the transaction in the event of failure
public Rollback ( ) : void
리턴 void
        public void Rollback()
        {
            foreach (IServiceTransaction serviceTransaction in _transactionList)
                serviceTransaction.Rollback();
        }