Method | Description | |
---|---|---|
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
|
public AddDeploymentStep ( IServiceTransaction transaction ) : void | ||
transaction | IServiceTransaction | |
return | void |
public ServiceOrchestrator ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |