Exemple #1
0
 public void Dispose()
 {
     if (m_ownApi && m_underlyingApi != null)
     {
         m_underlyingApi.Dispose();
     }
 }
 public void Dispose()
 {
     m_cache.Dispose();
     if (m_ownUnderlyingApi)
     {
         m_underlyingApi.Dispose();
     }
 }
 public void Dispose()
 {
     _api.Dispose();
 }