Example #1
0
        /// <summary>
        /// Class Constructor.
        /// </summary>
        /// <param name="profileName">Integration Profile Name.</param>
        public IntegrationProfile(System.String profileName)
        {
            _profileName          = profileName;
            _actors               = new ActorCollection();
            _actorConfigs         = new ActorConfigCollection();
            _actorsTransactionLog = new ActorsTransactionLog();
            _applicationDirectory = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase;

            _resultsReporter = new ResultsReporter(_resultsDirectory);
        }
Example #2
0
        /// <summary>
        /// Class Constructor.
        /// </summary>
        /// <param name="profileName">Integration Profile Name.</param>
        public IntegrationProfile(System.String profileName)
        {
            _profileName = profileName;
            _actors = new ActorCollection();
            _actorConfigs = new ActorConfigCollection();
            _actorsTransactionLog = new ActorsTransactionLog();
            _applicationDirectory = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase;

            _resultsReporter = new ResultsReporter(_resultsDirectory);
        }