C# Класс Prototype.Common.Interceptors.LoggingInterceptor

This interceptors simply intercept every invocation of handler in order to write logs about commands and events
Наследование: IMessageHandlerInterceptor
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Intercept ( DispatcherInvocationContext context ) : void

Описание методов

Intercept() публичный Метод

public Intercept ( DispatcherInvocationContext context ) : void
context Prototype.Platform.Dispatching.DispatcherInvocationContext
Результат void