A Sandcastle Documented Class Library
ReaderImplementationStartExecution 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)
Syntax
public abstract void StartExecution( ISelection selection, IList<Operation> operations, ExecutionSettings settings, int population )
Public MustOverride Sub StartExecution ( selection As ISelection, operations As IList(Of Operation), settings As ExecutionSettings, population As Integer )
public: virtual void StartExecution( ISelection^ selection, IList<Operation^>^ operations, ExecutionSettings^ settings, int population ) abstract
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.
Implements
IReaderImplementationStartExecution(ISelection, IListOperation, ExecutionSettings, Int32)See Also