IContributeObjectSink Interface
Assembly: mscorlib (in mscorlib.dll)
The IContributeObjectSink interface is implemented by context properties in a Context class that want 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. Just-in-Time Activation 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.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.