C# Class Castle.Facilities.Remoting.RemoteActivator

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

Méthodes publiques

Méthode Description
RemoteActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

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

RemoteActivator() public méthode

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