C# Класс Castle.Facilities.Remoting.RemoteActivatorThroughRegistry

Activates a client connecting to the remote server through the RemotingRegistry.
Наследование: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Показать файл Открыть проект

Открытые методы

Метод Описание
RemoteActivatorThroughRegistry ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core

Initializes a new instance of the RemoteActivatorThroughRegistry class.

Защищенные методы

Метод Описание
Instantiate ( CreationContext context ) : object

Описание методов

Instantiate() защищенный Метод

protected Instantiate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
Результат object

RemoteActivatorThroughRegistry() публичный Метод

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.
Результат Castle.Core