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.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(true)]
public interface class IContributeObjectSink

NameDescription
System_CAPS_pubmethodGetObjectSink(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.

.NET Framework
Available since 1.1
Return to top
Show: