C# Class Castle.Facilities.WcfIntegration.Tests.Behaviors.UnitOfWorkCallContextInitializer

Inheritance: ICallContextInitializer
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
AfterInvoke ( object correlationState ) : void
BeforeInvoke ( System.ServiceModel.InstanceContext instanceContext, IClientChannel channel, Message message ) : object

Method Details

AfterInvoke() public méthode

public AfterInvoke ( object correlationState ) : void
correlationState object
Résultat void

BeforeInvoke() public méthode

public BeforeInvoke ( System.ServiceModel.InstanceContext instanceContext, IClientChannel channel, Message message ) : object
instanceContext System.ServiceModel.InstanceContext
channel IClientChannel
message Message
Résultat object