C# Класс Elastacloud.AzureManagement.Fluent.ServiceOrchestrator

A class used to orchestrate a series of steps in the process of deployment
Наследование: IServiceTransaction
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddDeploymentStep ( IServiceTransaction transaction ) : void

Adds a service transaction as a step to the deployment

Commit ( ) : dynamic

Used to commit the transaction data

Rollback ( ) : void

Used to rollback the transaction in the event of failure

ServiceOrchestrator ( ) : System.Collections.Generic

Used to create a new list of IServiceTransaction orchestrated events

Описание методов

AddDeploymentStep() публичный Метод

Adds a service transaction as a step to the deployment
public AddDeploymentStep ( IServiceTransaction transaction ) : void
transaction IServiceTransaction
Результат void

Commit() публичный Метод

Used to commit the transaction data
public Commit ( ) : dynamic
Результат dynamic

Rollback() публичный Метод

Used to rollback the transaction in the event of failure
public Rollback ( ) : void
Результат void

ServiceOrchestrator() публичный Метод

Used to create a new list of IServiceTransaction orchestrated events
public ServiceOrchestrator ( ) : System.Collections.Generic
Результат System.Collections.Generic