Method | Description | |
---|---|---|
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.
|
public AfterCall ( string operationName, object outputs, object returnValue, object correlationState ) : void | ||
operationName | string | |
outputs | object | |
returnValue | object | |
correlationState | object | |
return | void |
public BeforeCall ( string operationName, object inputs ) : object | ||
operationName | string | |
inputs | object | |
return | object |
public CallTraceParameterInspector ( ) : System | ||
return | System |