Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Prototype
Common
Interceptors
LoggingInterceptor
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
ファイルを表示
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