IExecutionContext.MethodExecuted Event
Raised after a method is executed against the external system in this context.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Event MethodExecuted As ExecutionEventHandler
'Usage
Dim instance As IExecutionContext
Dim handler As ExecutionEventHandler
AddHandler instance.MethodExecuted, handler
event ExecutionEventHandler MethodExecuted
Remarks
This event will allow accessing the filter values and raw parameters just after the execution of the method. This event will not be raised if the execution of the method fails. The values for security sensitive filters will be cleared before this event is raised.