C# Class Castle.Facilities.Remoting.RemoteActivator

Activates a object connecting to the remote server.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
RemoteActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

Initializes a new instance of the RemoteActivator 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

RemoteActivator() public method

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