Gets or sets storage timeout in minutes.

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

Syntax

C#
public int Timeout { get; set; }
Visual Basic
Public Property Timeout As Integer
	Get
	Set
Visual C++
public:
virtual property int Timeout {
	int get () sealed;
	void set (int value) sealed;
}
F#
abstract Timeout : int with get, set
override Timeout : int with get, set

Property Value

Type: Int32

Implements

IRssStorageProvider..::..Timeout

See Also