Reader.WaitForExecutionComplete Method

TegoOS

ReaderWaitForExecutionComplete Method
Wait for execution to complete after a call to StartExecution.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void WaitForExecutionComplete()
Public Sub WaitForExecutionComplete
public:
void WaitForExecutionComplete()
member WaitForExecutionComplete : unit -> unit 
Remarks
Blocking call so should only be used with finite triggers unless execution will be stopped from another thread.
See Also