コード例 #1
0
ファイル: NCache.cs プロジェクト: nonomal/NCache
 public void DisposeEnumerator(EnumerationPointer pointer)
 {
     if (_cache != null)
     {
         //Just a dummy call to dispose enumerator
         pointer.isDisposable          = true;
         pointer.IsSocketServerDispose = true;
         _cache.GetNextChunk(pointer, new OperationContext());
     }
 }