Exemple #1
0
 /// <summary>
 /// Releases all resource used by the <see cref="T:Ceen.Httpd.MemoryStorageCreator"/> object.
 /// </summary>
 /// <remarks>Call <see cref="Dispose"/> when you are finished using the <see cref="T:Ceen.Httpd.MemoryStorageCreator"/>. The
 /// <see cref="Dispose"/> method leaves the <see cref="T:Ceen.Httpd.MemoryStorageCreator"/> in an unusable state.
 /// After calling <see cref="Dispose"/>, you must release all references to the
 /// <see cref="T:Ceen.Httpd.MemoryStorageCreator"/> so the garbage collector can reclaim the memory that the
 /// <see cref="T:Ceen.Httpd.MemoryStorageCreator"/> was occupying.</remarks>
 public void Dispose()
 {
     if (m_expirationHandler != null)
     {
         m_expirationHandler.Dispose();
     }
 }