C# Class Example.Queries.Infrastructure.AutoReleaseQueryInterceptor

Inheritance: IInterceptor
Mostra file Open project: xelibrion/Lab

Public Methods

Method Description
AutoReleaseQueryInterceptor ( IKernel kernel ) : System
Intercept ( IInvocation invocation ) : void

Method Details

AutoReleaseQueryInterceptor() public method

public AutoReleaseQueryInterceptor ( IKernel kernel ) : System
kernel IKernel
return System

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void