Elastacloud.AzureManagement.Fluent.ServiceOrchestrator.ServiceOrchestrator C# (CSharp) Method

ServiceOrchestrator() public method

Used to create a new list of IServiceTransaction orchestrated events
public ServiceOrchestrator ( ) : System.Collections.Generic
return System.Collections.Generic
        public ServiceOrchestrator()
        {
            _transactionList = new List<IServiceTransaction>();
        }