Beispiel #1
0
 /// <exception cref="System.IO.IOException"/>
 public virtual void MonitorHealth()
 {
     try
     {
         rpcProxy.MonitorHealth(NullController, MonitorHealthReq);
     }
     catch (ServiceException e)
     {
         throw ProtobufHelper.GetRemoteException(e);
     }
 }