Constructor.

Note: Rss cache is automatically removed from cache after 30mins, if timeout isn't specified.

Namespace: MonoSoftware.Web.RssEngine.Providers
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public CacheRssStorageProvider(
	int timeout
)
Visual Basic
Public Sub New ( 
	timeout As Integer
)
Visual C++
public:
CacheRssStorageProvider(
	int timeout
)
F#
new : 
        timeout : int -> CacheRssStorageProvider

Parameters

timeout
Type: System..::..Int32
Storage timeout in minutes (rss cache is not valid after this timeout and it is refreshed)

See Also