C# Class Castle.Facilities.Remoting.RemoteActivatorThroughRegistry

Activates a client connecting to the remote server through the RemotingRegistry.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
显示文件 Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
RemoteActivatorThroughRegistry ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core

Initializes a new instance of the RemoteActivatorThroughRegistry class.

Protected Methods

Method Description
Instantiate ( CreationContext context ) : object

Method Details

Instantiate() protected method

protected Instantiate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
return object

RemoteActivatorThroughRegistry() public method

Initializes a new instance of the RemoteActivatorThroughRegistry class.
public RemoteActivatorThroughRegistry ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core
model Castle.Core.ComponentModel The model.
kernel IKernel The kernel.
onCreation ComponentInstanceDelegate The oncreation envent handler.
onDestruction ComponentInstanceDelegate The ondestruction event handler.
return Castle.Core