A Sandcastle Documented Class Library
TagResponseAssemblerInitialize Method (IListOperation, Boolean) |
Initialize for synchronous execution (Execute(...)).
Namespace: Tego.Rfid.Gen2.Implementation
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public void Initialize( IList<Operation> operationsBeingExecuted, bool mergeByEPC )
Public Sub Initialize ( operationsBeingExecuted As IList(Of Operation), mergeByEPC As Boolean )
public: void Initialize( IList<Operation^>^ operationsBeingExecuted, bool mergeByEPC )
member Initialize : operationsBeingExecuted : IList<Operation> * mergeByEPC : bool -> unit
Parameters
- operationsBeingExecuted
- Type: System.Collections.GenericIListOperation
Operations being executed by call to Execute. - mergeByEPC
- Type: SystemBoolean
Gets or sets whether tag responses for the same EPC should be combined into one tag response. Applies
See Also