The time span used as interval for checking if a card was inserted or removed. Default value is 500ms.

Namespace: BasicCard
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public TimeSpan CardPollingInterval { get; }
Visual Basic
Public ReadOnly Property CardPollingInterval As TimeSpan
	Get
Visual C++
public:
property TimeSpan CardPollingInterval {
	TimeSpan get ();
}
F#
member CardPollingInterval : TimeSpan with get

Property Value

Type: TimeSpan

See Also