Start observing the card readers. If autoShutdown is true the observer is stopped automatically when program exits.

Namespace: BasicCard.Framework
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public void Start(
	bool autoShutdown
)
Visual Basic
Public Sub Start ( 
	autoShutdown As Boolean
)
Visual C++
public:
void Start(
	bool autoShutdown
)
F#
member Start : 
        autoShutdown : bool -> unit 

Parameters

autoShutdown
Type: System..::..Boolean
If true the observer stops automatically when the program exits.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf observer state is not stopped

See Also