protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (_nativeRequestContext != null)
         {
             _nativeRequestContext.ReleasePins();
             _nativeRequestContext.Dispose();
         }
     }
 }
Beispiel #2
0
 // Finalizes ownership of the memory blob.  DetachBlob can't be called after this.
 internal void ReleasePins()
 {
     _nativeRequestContext.ReleasePins();
 }