DevForce Help Reference
Invoke Method (EntityServerFakeBackingStore)


Called by the EntityServerFakeBackingStore.Remote backing store to execute service calls on the server. Internal use only.
Syntax
'Declaration
 
<AllowRpcAttribute()>
Public Shared Function Invoke( _
   ByVal p As IPrincipal, _
   ByVal em As EntityManager, _
   ByVal args() As Object _
) As Object
'Usage
 
Dim p As IPrincipal
Dim em As EntityManager
Dim args() As Object
Dim value As Object
 
value = EntityServerFakeBackingStore.Invoke(p, em, args)
[AllowRpc()]
public static object Invoke( 
   IPrincipal p,
   EntityManager em,
   object[] args
)

Parameters

p
em
args
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 Class
EntityServerFakeBackingStore Members

Send Feedback