C# Class RssToolkit.Rss.DownloadManager.CacheInfo

Inheritance: IDisposable
ファイルを表示 Open project: Throy/derp-octo-robot

Public Methods

Method 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 method

public CacheInfo ( XmlDocument doc, System.DateTime utcExpiry, string feedFilename ) : System
doc System.Xml.XmlDocument
utcExpiry System.DateTime
feedFilename string
return System

Dispose() public method

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