Re: [DOTNET] IDynamicMessageSink and new Context

2002-04-29 Thread Franklin Colbert
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

Re: [DOTNET] IDynamicMessageSink and new Context

2002-04-29 Thread Henk de Koning
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

[DOTNET] IDynamicMessageSink and new Context

2002-04-29 Thread Franklin Colbert
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