Exemplo n.º 1
0
 /// <summary>
 /// Renews a lease.
 /// </summary>
 /// <param name="clientLeaseTime">The amount of time in minutes before client times out.</param>
 public void Renew(int clientLeaseTime)
 {
     _clientManager.Renew(this, clientLeaseTime);
 }