Bearbeiten

IEnvoyInfo Interface

Definition

Provides envoy information.

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

Remarks

Use this interface to provide custom envoy information that is carried along with the ObjRef objects.

Classes that implement the current interface hold a serialized chain of message sinks that is regenerated when a proxy is created to represent the object. Such functionality is used for Context bound object types only, and represents the groups of objects that provide run-time services such as transactions.

Properties

EnvoySinks

Gets or sets the list of envoys that were contributed by the server context and object chains when the object was marshaled.

Applies to