Пример #1
0
 public Task SendCoreAsync(string method, object[] args)
 {
     return(_lifetimeManager.SendAllAsync(method, args));
 }