IContributeEnvoySink Interface

Definition

Contributes an envoy message sink on the client end.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IContributeEnvoySink
public interface IContributeEnvoySink
[System.Runtime.InteropServices.ComVisible(true)]
public interface IContributeEnvoySink
type IContributeEnvoySink = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IContributeEnvoySink = interface
Public Interface IContributeEnvoySink
Attributes

Remarks

The IContributeEnvoySink interface is implemented by context properties in the server Context class that want to contribute an envoy message sink on the client end. The server envoy chain is composed from those context properties that implement IContributeEnvoySink. The envoy chain resides on the client end and acts as a representative of the corresponding message sinks from the server context properties.

Methods

GetEnvoySink(MarshalByRefObject, IMessageSink)

This API supports the product infrastructure and is not intended to be used directly from your code.

Takes the first sink in the chain of sinks composed so far, and then chains its message sink in front of the chain already formed.

Applies to

See also