public interface IContributeObjectSink
|
The server object chain is composed from those context properties in the server object's context that implement IContributeObjectSink interface. the conceptual topic at MSDN: just-in-timeactivation is an example of such a property, that is the message sink would activate the object after the call arrives and then pass the message on to the object.
GetObjectSink | Chains the message sink of the provided server object in front of the given sink chain. |
IMessageSink GetObjectSink( |
obj
nextSink