C# Class Castle.Facilities.Remoting.RemoteActivatorThroughRegistry

Activates a client connecting to the remote server through the RemotingRegistry.
Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

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

Initializes a new instance of the RemoteActivatorThroughRegistry class.

Méthodes protégées

Méthode Description
Instantiate ( CreationContext context ) : object

Method Details

Instantiate() protected méthode

protected Instantiate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
Résultat object

RemoteActivatorThroughRegistry() public méthode

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.
Résultat Castle.Core