예제 #1
0
 public Task SendCoreAsync(string method, object[] args)
 {
     return(_lifetimeManager.SendUsersAsync(_userIds, method, args));
 }