Tungsten
ClientCallAsync 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> CallAsync( 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
Return Value
Type: TaskRPCResponseRPCResponse containing information related to the call and the return value
See Also