ObjRef::EnvoyInfo Property
.NET Framework (current version)
Gets or sets the IEnvoyInfo for the ObjRef.
Assembly: mscorlib (in mscorlib.dll)
public: property IEnvoyInfo^ EnvoyInfo { virtual IEnvoyInfo^ get(); virtual void set(IEnvoyInfo^ value); }
The current property contains a serialized chain of message sinks that gets regenerated when a proxy is created to represent the object. This is used for Context bound object types only, and represents the groups of objects that provide such run-time services as transactions.
.NET Framework
Available since 1.1
Available since 1.1
Show: