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
Afficher le fichier Open project: paralect/prototype

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Intercept ( DispatcherInvocationContext context ) : void

Method Details

Intercept() public méthode

public Intercept ( DispatcherInvocationContext context ) : void
context Prototype.Platform.Dispatching.DispatcherInvocationContext
Résultat void