Example #1
0
 /// <summary>
 /// Gets a value indicating whether the specified region exists.
 /// </summary>
 /// <param name="region"></param>
 /// <returns></returns>
 public bool RegionExists(string region)
 {
     return(_provider.RegionExists(_cacheId, region));
 }