C# 클래스 Thinktecture.ServiceModel.Tracing.CallTraceParameterInspector

This custom parameter inspector is for logging operation invocations to the console.
상속: IParameterInspector
파일 보기 프로젝트 열기: ChristianWeyer/Thinktecture.ServiceModel

공개 메소드들

메소드 설명
AfterCall ( string operationName, object outputs, object returnValue, object correlationState ) : void

Gets called after the call.

This method has zero instructions.

BeforeCall ( string operationName, object inputs ) : object

Logs the calls to the console before invoking the service method.

CallTraceParameterInspector ( ) : System

Initializes a new instance of the CallLogParameterInspector class.

메소드 상세

AfterCall() 공개 메소드

Gets called after the call.
This method has zero instructions.
public AfterCall ( string operationName, object outputs, object returnValue, object correlationState ) : void
operationName string
outputs object
returnValue object
correlationState object
리턴 void

BeforeCall() 공개 메소드

Logs the calls to the console before invoking the service method.
public BeforeCall ( string operationName, object inputs ) : object
operationName string
inputs object
리턴 object

CallTraceParameterInspector() 공개 메소드

Initializes a new instance of the CallLogParameterInspector class.
public CallTraceParameterInspector ( ) : System
리턴 System