C# Class Prototype.Common.Interceptors.LoggingInterceptor

This interceptors simply intercept every invocation of handler in order to write logs about commands and events
Inheritance: IMessageHandlerInterceptor
Mostrar archivo Open project: paralect/prototype

Private Properties

Property Type Description

Public Methods

Method Description
Intercept ( DispatcherInvocationContext context ) : void

Method Details

Intercept() public method

public Intercept ( DispatcherInvocationContext context ) : void
context Prototype.Platform.Dispatching.DispatcherInvocationContext
return void