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

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

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

Метод Описание
RemoteActivatorThroughConnector ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Runtime.Remoting

Initializes a new instance of the RemoteActivatorThroughConnector class.

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

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

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

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

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

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

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