ObjRef::EnvoyInfo Property

 

Gets or sets the IEnvoyInfo for the ObjRef.

Namespace:   System.Runtime.Remoting
Assembly:  mscorlib (in mscorlib.dll)

public:
property IEnvoyInfo^ EnvoyInfo {
	virtual IEnvoyInfo^ get();
	virtual void set(IEnvoyInfo^ value);
}

Property Value

Type: System.Runtime.Remoting::IEnvoyInfo^

The IEnvoyInfo interface for the ObjRef.

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
Return to top
Show: