Click or drag to resize

ISharedObject Interface

IMPLEMENTED BY SharedObject DO NOT TRY TO IMPLEMENT IT! Enables access to objects across application domain boundaries. Contrary to MarshalByRefObject, the lifetime is managed by the client.

Namespace:  EBP.Framework.Common.Interfaces.Shared
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public interface ISharedObject

The ISharedObject type exposes the following members.

Methods
  NameDescription
Public methodAppDomainConnect
IMPLEMENTED BY SharedObject DO NOT TRY TO IMPLEMENT IT! Connect a proxy to the object.
Public methodAppDomainDisconnect
IMPLEMENTED BY SharedObject DO NOT TRY TO IMPLEMENT IT! Disconnects a proxy from the object. When all proxy are disconnected, the object is disconnected from RemotingServices.
Top
See Also