System.Runtime.Remoting.IEnvoyInfo Interface

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting
Summary
Provides envoy information.
C# Syntax:
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.

See also:
System.Runtime.Remoting Namespace

System.Runtime.Remoting.IEnvoyInfo Member List:

Public Properties
EnvoySinks Read-write

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

System.Runtime.Remoting.IEnvoyInfo Member Details

Property: EnvoySinks (read-write)
Summary
Gets or sets the list of envoys that were contributed by the server context and object chains when the object was marshaled.
C# Syntax:
IMessageSink EnvoySinks {get; set;}

Return to top


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.