Bamboo.Prevalence.Implementation.PrevalentSystemProxy.PrevalentSystemProxy C# (CSharp) Method

PrevalentSystemProxy() public method

public PrevalentSystemProxy ( PrevalenceEngine engine, MarshalByRefObject system ) : System
engine Bamboo.Prevalence.PrevalenceEngine
system System.MarshalByRefObject
return System
		public PrevalentSystemProxy(PrevalenceEngine engine, MarshalByRefObject system) : base(system.GetType())
		{
			_engine = engine;
			_system = system;
		}