Exemplo n.º 1
0
 void IChannelSubscription.RefreshSubscription(string id)
 {
     try
     {
         _target.RefreshClient(id);
     }
     catch
     {
         throw;
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required by ILogBus
 /// </summary>
 public void RefreshClient(string clientId)
 {
     _target.RefreshClient(clientId);
 }