Ejemplo n.º 1
0
        public IApplicationHost Create(string binFolder, string assembly)
        {
            ProcessApplicationHost host = new ProcessApplicationHost(binFolder, portManager);

            Logger.Info("Created new " + host.GetType().FullName);
            return(host);
        }
Ejemplo n.º 2
0
		public IApplicationHost Create(string binFolder, string assembly) {
			ProcessApplicationHost host = new ProcessApplicationHost(binFolder, portManager);
			Logger.Info("Created new " + host.GetType().FullName);
			return (host);
		}