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

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

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

Метод Описание
CanProvideRequiredDependencies ( ComponentModel component ) : bool
IsManagedExternally ( ComponentModel component ) : bool
RemoteActivatorThroughRegistry ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Linq

Initializes a new instance of the RemoteActivatorThroughRegistry class.

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

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

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

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

public CanProvideRequiredDependencies ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
Результат bool

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

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

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

public IsManagedExternally ( ComponentModel component ) : bool
component Castle.Core.ComponentModel
Результат bool

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

Initializes a new instance of the RemoteActivatorThroughRegistry class.
public RemoteActivatorThroughRegistry ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Linq
model Castle.Core.ComponentModel The model.
kernel IKernelInternal The kernel.
onCreation ComponentInstanceDelegate The oncreation event handler.
onDestruction ComponentInstanceDelegate The ondestruction event handler.
Результат System.Linq