This documentation is archived and is not being maintained.
IEnvoyInfo Interface
Visual Studio 2010
Provides envoy information.
Assembly: mscorlib (in mscorlib.dll)
The IEnvoyInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EnvoySinks | Gets or sets the list of envoys that were contributed by the server context and object chains when the object was marshaled. |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
