IContributeObjectSink Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Contributes an object-specific interception sink on the server end of a remoting call.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetObjectSink(MarshalByRefObject^, IMessageSink^) | This API supports the product infrastructure and is not intended to be used directly from your code. Chains the message sink of the provided server object in front of the given sink chain. |
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. [<topic://cpconjust-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.
Available since 1.1
