示例#1
0
 public Task InvokeAsync(string methodName, params object[] args)
 {
     return(InvokeFunc.Invoke(methodName, args));
 }