A Sandcastle Documented Class Library
![]() | IReaderImplementationStartExecution Method |
Asynchronously start execution of a list of operations on selected tags, reporting results via the TagResponse event.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

void StartExecution( ISelection selection, IList<Operation> operations, ExecutionSettings settings, int population )
Sub StartExecution ( selection As ISelection, operations As IList(Of Operation), settings As ExecutionSettings, population As Integer )
void StartExecution( ISelection^ selection, IList<Operation^>^ operations, ExecutionSettings^ settings, int population )
abstract StartExecution : selection : ISelection * operations : IList<Operation> * settings : ExecutionSettings * population : int -> unit
Parameters
- selection
- Type: Tego.Rfid.Gen2ISelection
Selection criteria for tags. - operations
- Type: System.Collections.GenericIListOperation
Operations to execute. - settings
- Type: Tego.Rfid.Gen2ExecutionSettings
Execution settings including e.g. session, triggers, etc. - population
- Type: SystemInt32
Expected number of tags being targeted.
