Elastacloud.AzureManagement.Fluent.Services.Classes.RoleReference.IServiceCompleteActivity C# (CSharp) Method

IServiceCompleteActivity() private method

Executes the command cascade through a transaction interface
private IServiceCompleteActivity ( ) : IServiceTransaction
return IServiceTransaction
        IServiceTransaction IServiceCompleteActivity.Go()
        {
            return new DeploymentTransaction(_manager);
        }