RpcDispatchProxyTClient, TAttributeInvoke 方法
Whenever any method on the generated proxy type is called, this method is invoked to dispatch control.
命名空间: TouchSocket.Rpc程序集: TouchSocket.Rpc (在 TouchSocket.Rpc.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
protected override sealed Object Invoke(
MethodInfo targetMethod,
Object[] args
)
Protected Overrides NotOverridable Function Invoke (
targetMethod As MethodInfo,
args As Object()
) As Object
abstract Invoke :
targetMethod : MethodInfo *
args : Object[] -> Object
override Invoke :
targetMethod : MethodInfo *
args : Object[] -> Object
- targetMethod MethodInfo
- The method the caller invoked.
- args Object
- The arguments the caller passed to the method.
ObjectThe object to return to the caller, or
for void methods.