C# Класс Aspectacular.ReturnValueLoggerAspect

Adds value returned by intercepted method as log entry. Use with care: if returned value is a large data set, ToString() can be slow and take lots of memory.
Наследование: Aspect
Показать файл Открыть проект

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

Метод Описание
Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void

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

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

public Step_5_FinallyAfterMethodExecution ( bool interceptedCallSucceeded ) : void
interceptedCallSucceeded bool
Результат void