Example #1
0
 public int Service(int timeout)
 {
     if (timeout < 0)
     {
         throw new ArgumentOutOfRangeException("timeout");
     }
     CheckCreated();
     return(_host.HostService(null, (uint)timeout));
 }