|
Follow up to my previous post regarding the possibility of intercepting a call to ServicedComponent by having it implement IMessageSink. Short story: it doesn't work. Reason: ServicedComponentProxy calls RemotingServices.ExecuteMessage() which basically just dumps the message onto the StackBuilderSink from where the method call will be executed directly.
Whidbey feature request: Interception capabilities for ServicedComponents. Would be pretty cool.
|