Get/set number of requested events to call. -1 for indefinte (default).

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

Syntax

C#
public int OpenRequestCount { get; set; }
Visual Basic
Public Property OpenRequestCount As Integer
	Get
	Set
Visual C++
public:
property int OpenRequestCount {
	int get ();
	void set (int value);
}
F#
member OpenRequestCount : int with get, set

Property Value

Type: Int32

Remarks

This number is decremented on each card request sussessful or faulty processed. If the value 0 is reached the request is canceled. The value is not decremented if set to -1.

See Also