C# Класс OperationLogger, code

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AfterCall ( string operationName, Array, outputs, object returnValue, object correlationState ) : void

Called after an operation has been invoked.

BeforeCall ( string operationName, Array, inputs ) : object

Called before an operation is invoked.

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

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

Called after an operation has been invoked.
public AfterCall ( string operationName, Array, outputs, object returnValue, object correlationState ) : void
operationName string
outputs Array,
returnValue object
correlationState object
Результат void

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

Called before an operation is invoked.
public BeforeCall ( string operationName, Array, inputs ) : object
operationName string
inputs Array,
Результат object