Reader.StopExecution Method

TegoOS

ReaderStopExecution Method
Stops execution after the StartExecution method has been called.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void StopExecution()
Public Sub StopExecution
public:
void StopExecution()
member StopExecution : unit -> unit 
Remarks
Note that this requests that execution be stopped but it is still possible for tag responses to be received until execution does actually stop,
See Also