IEnvoyInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |