TagResponseAssembler.Initialize Method (IList(Operation), Action(TagResponse))

TegoOS

TagResponseAssemblerInitialize Method (IListOperation, ActionTagResponse)
Initialize for asynchronous execution (StartExecution(...)).

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,
	Action<TagResponse> asynchronousHandler
)
Public Sub Initialize ( 
	operationsBeingExecuted As IList(Of Operation),
	asynchronousHandler As Action(Of TagResponse)
)
public:
void Initialize(
	IList<Operation^>^ operationsBeingExecuted, 
	Action<TagResponse^>^ asynchronousHandler
)
member Initialize : 
        operationsBeingExecuted : IList<Operation> * 
        asynchronousHandler : Action<TagResponse> -> unit 

Parameters

operationsBeingExecuted
Type: System.Collections.GenericIListOperation
Operations being executed by call to StartExecution.
asynchronousHandler
Type: SystemActionTagResponse
Call back when a TagResponse is ready.
See Also