The IContributeObjectSink interface is implemented by context properties in a Context that wish to contribute an object specific interception sink on the server end of a remoting call.
The Server Object Chain is composed from those context properties in the server object's context that implement IContributeObjectSink interface. (Just-In-Time activation is an example of such a property, i.e. the message sink would activate the object after the call arrives and then pass the message on to the object.)
IContributeObjectSink
[Visual Basic] Public Interface IContributeObjectSink [C#] public interface IContributeObjectSink [C++] public __gc __interface IContributeObjectSink
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
[To be supplied.]
Namespace: System.Runtime.Remoting
Assembly: mscorlib.dll
IContributeObjectSink Members | System.Runtime.Remoting Namespace