This documentation is archived and is not being maintained.
IEnvoyInfo Interface
.NET Framework 1.1
Provides envoy information.
For a list of all members of this type, see IEnvoyInfo Members.
[Visual Basic] Public Interface IEnvoyInfo [C#] public interface IEnvoyInfo [C++] public __gc __interface IEnvoyInfo [JScript] public interface IEnvoyInfo
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.
Requirements
Namespace: System.Runtime.Remoting
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: