DevForce Help Reference
EntityServerFakeBackingStore.Remote Class
Members 


A fake backing store used with a remote EntityServer in n-tier mode.
Syntax
'Declaration
 
Public Class EntityServerFakeBackingStore.Remote 
   Inherits EntityServerFakeBackingStore.AsyncBackingStore
   Implements IEntityServerFakeBackingStore 
'Usage
 
Dim instance As EntityServerFakeBackingStore.Remote
public class EntityServerFakeBackingStore.Remote : EntityServerFakeBackingStore.AsyncBackingStore, IEntityServerFakeBackingStore  
Remarks
A connected EntityManager is used as the local backing store. The EntityManager must be able to both connect and login to the EntityServer in order to make remote service calls. The backing store can be restored from a previously saved EntityCacheState to pre-load data. The store can also be saved to a file or stream.
Inheritance Hierarchy

System.Object
      IdeaBlade.EntityModel.EntityServerFakeBackingStore.Remote

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityServerFakeBackingStore.Remote Members
IdeaBlade.EntityModel Namespace

Send Feedback