C# Class Castle.Facilities.WcfIntegration.WcfBehaviorActivator

Inheritance: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

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

Méthodes protégées

Méthode Description
Instantiate ( CreationContext context ) : object

Method Details

Instantiate() protected méthode

protected Instantiate ( CreationContext context ) : object
context CreationContext
Résultat object

WcfBehaviorActivator() public méthode

public WcfBehaviorActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core
model Castle.Core.ComponentModel
kernel IKernelInternal
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
Résultat Castle.Core