DevForce Help Reference
AllowRpcAttribute Class
Members 


Defines an attribute that marks a server method as being callable from a client.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Method, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class AllowRpcAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As AllowRpcAttribute
[AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class AllowRpcAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
Remarks
Methods with the AllowRpc attribute may be invoked from client-side code using EntityManager.InvokeServerMethod.
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.EntityModel.AllowRpcAttribute

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

AllowRpcAttribute Members
IdeaBlade.EntityModel Namespace
IdeaBlade.EntityModel.EntityManager.InvokeServerMethod(ServerMethodDelegate, Object[])

Send Feedback