al Message -
>From: "Franklin Colbert" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, April 29, 2002 11:05 PM
>Subject: [DOTNET] IDynamicMessageSink and new Context
>
>
>> Hello,
>>
>> I am attempting to do interception using I
April 29, 2002 11:05 PM
Subject: [DOTNET] IDynamicMessageSink and new Context
> Hello,
>
> I am attempting to do interception using IDynamicMessageSink,
> IDynamicProperty and IContributeDynamicSink interfaces. My hope was that
I
> could inject my sink into the current (client) c
Hello,
I am attempting to do interception using IDynamicMessageSink,
IDynamicProperty and IContributeDynamicSink interfaces. My hope was that I
could inject my sink into the current (client) context w/out the need to
create a new one and the accompanying overhead of cross context calls. (My
sim