Ejemplo n.º 1
0
 /// <summary>
 /// release the wrapped client back to the pool
 /// </summary>
 public void Dispose()
 {
     if (client != null)
     {
         clientManager.DisposeClient(client);
     }
     client = null;
 }