Ejemplo n.º 1
0
 /// <summary>
 /// Application level operation to check existance of the cache
 /// </summary>
 /// <returns>PingRsult</returns>
 public PingOperation.PingResult ping()
 {
     transport = transportFactory.getTransport();
     try
     {
     }
     finally
     {
         transportFactory.releaseTransport(transport);
     }
     return(operationsFactory.newPingOperation(transport).execute());
 }