IdeaBlade DevForce 2010 Help Reference
Invoke Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityServerFakeBackingStore Class : Invoke Method



p
em
args
Called by the EntityServerFakeBackingStore.Remote backing store to execute service calls on the server.

Syntax

Visual Basic (Declaration) 
<AllowRpcAttribute()>
Public Shared Function Invoke( _
   ByVal p As IPrincipal, _
   ByVal em As EntityManager, _
   ByVal args() As Object _
) As Object
Visual Basic (Usage)Copy Code
Dim p As IPrincipal
Dim em As EntityManager
Dim args() As Object
Dim value As Object
 
value = EntityServerFakeBackingStore.Invoke(p, em, args)
C# 
[AllowRpcAttribute()]
public static object Invoke( 
   IPrincipal p,
   EntityManager em,
   object[] args
)
C++/CLI 
[AllowRpcAttribute()]
public:
static Object^ Invoke( 
   IPrincipal^ p,
   EntityManager^ em,
   array<Object^>^ args
) 

Parameters

p
em
args

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.