Tag.CancelRequested Property

TegoOS

TagCancelRequested Property
Gets whether cancellation of an operation has been requested.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool CancelRequested { get; }
Public ReadOnly Property CancelRequested As Boolean
	Get
public:
virtual property bool CancelRequested {
	bool get () sealed;
}
abstract CancelRequested : bool with get
override CancelRequested : bool with get

Property Value

Type: Boolean

Implements

IReaderProviderCancelRequested
See Also