IContributeObjectSink Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contributes an object-specific interception sink on the server end of a remoting call.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IContributeObjectSink
public interface IContributeObjectSink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContributeObjectSink
type IContributeObjectSink = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContributeObjectSink = interface
Public Interface IContributeObjectSink
- Attributes
Remarks
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.
Methods
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. |