TagResponseBuilder.IsSynchronous Property

TegoOS

TagResponseBuilderIsSynchronous Property
Gets whether responses are being handled synchronously (i.e. returned at end of Execute() method).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool IsSynchronous { get; }
Public ReadOnly Property IsSynchronous As Boolean
	Get
public:
property bool IsSynchronous {
	bool get ();
}
member IsSynchronous : bool with get

Property Value

Type: Boolean
See Also