C# Class RssToolkit.Rss.DownloadManager.CacheInfo

Inheritance: IDisposable
Afficher le fichier Open project: Throy/derp-octo-robot

Méthodes publiques

Méthode Description
CacheInfo ( XmlDocument doc, System.DateTime utcExpiry, string feedFilename ) : System
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Method Details

CacheInfo() public méthode

public CacheInfo ( XmlDocument doc, System.DateTime utcExpiry, string feedFilename ) : System
doc System.Xml.XmlDocument
utcExpiry System.DateTime
feedFilename string
Résultat System

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void