DevForce Help Reference
InvokeServerMethodAsync Method (EntityManager)


Calls InvokeServerMethodAsync(ServerMethodDelegate,CancellationToken,Object[]) with System.Threading.CancellationToken.None
Overload List
OverloadDescription
InvokeServerMethodAsync(ServerMethodDelegate,Object[])Calls InvokeServerMethodAsync(ServerMethodDelegate,CancellationToken,Object[]) with System.Threading.CancellationToken.None  
InvokeServerMethodAsync(ServerMethodDelegate,CancellationToken,Object[])Asynchronously invokes the specified static (Shared in Visual Basic) method for execution on the server.  
InvokeServerMethodAsync(String,String,Object[])Calls InvokeServerMethodAsync(String,String,CancellationToken,Object[]) with System.Threading.CancellationToken.None  
InvokeServerMethodAsync(String,String,CancellationToken,Object[])Asynchronously invokes the specified static (Shared in Visual Basic) method for execution on the server.  
InvokeServerMethodAsync(InvokeServerMethodArgs,CancellationToken)Asynchronously invokes the specified static (Shared in Visual Basic) method for execution on the server.  
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

EntityManager Class
EntityManager Members

Send Feedback