IReaderImplementation.ExecutionComplete Event

TegoOS

IReaderImplementationExecutionComplete Event
Raised when execution finishes after a StartExecution() call.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
event Action ExecutionComplete
Event ExecutionComplete As Action
 event Action^ ExecutionComplete {
	void add (Action^ value);
	void remove (Action^ value);
}
abstract ExecutionComplete : IEvent<Action,
    EventArgs>

Value

Type: SystemAction
See Also