コード例 #1
0
 /// <summary>
 /// Stops the component and releases it's resources.
 /// </summary>
 public void Shutdown()
 {
     LoggingUtil.Log.Info("Shutting down CacheIndexV3Storage");
     storeContext.ShutDown();
 }