public interface IEnvoyInfo
|
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.
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. |
IMessageSink EnvoySinks {get; set;}
|