Hi. Does anyone know of a way to get hold of the intercepted parameters sent into a method.
For instance...
You have an Update method inside a CustomerService like this.. Update(Customer c) ..and you want to get hold of the Customer object sent into the service.
Does it come out of the box in any way or do I have to do anything else except the "usual" interception.
/J