Castle.Facilities.Remoting.RemotingRegistry.RemotingRegistry C# (CSharp) Method

RemotingRegistry() public method

public RemotingRegistry ( IKernel kernel ) : System
kernel IKernel
return System
		public RemotingRegistry(IKernel kernel)
		{
			this.kernel = kernel;
		}