C# Class Built.AOP.Castle.Demo1.SampleInterceptor

Inheritance: IInterceptor
Show file Open project: BuiltCloud/Built Class Usage Examples

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
SampleInterceptor ( ) : Castle.DynamicProxy

Private Methods

Method Description
output ( string Message ) : void

Method Details

Intercept() public method

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

SampleInterceptor() public method

public SampleInterceptor ( ) : Castle.DynamicProxy
return Castle.DynamicProxy