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 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
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.