IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityManager Class : InvokeServerMethodAsync Method |
Overload | Description |
---|---|
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. |
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