Tungsten
ClientCallAsyncTResponseType Method (String, Object) |
Calls a method on the server
Namespace: W.Net.RPC
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public Task<RPCResponse<TResponseType>> CallAsync<TResponseType>( string methodName, params Object[] args )
Parameters
- methodName
- Type: SystemString
The name of the method to call - args
- Type: SystemObject
Any arguments to pass into the method
Type Parameters
- TResponseType
[Missing <typeparam name="TResponseType"/> documentation for "M:W.Net.RPC.Client.CallAsync``1(System.String,System.Object[])"]
Return Value
Type: TaskRPCResponseTResponseTypeRPCResponse containing information related to the call and the return value
See Also