示例#1
0
 public Task InvokeAsync(string method, params object[] args)
 {
     return(_lifetimeManager.InvokeUserAsync(_userId, method, args));
 }