Releases the card connection.

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

Syntax

C#
void Dispose(
	bool powerDown
)
Visual Basic
Sub Dispose ( 
	powerDown As Boolean
)
Visual C++
void Dispose(
	bool powerDown
)
F#
abstract Dispose : 
        powerDown : bool -> unit 

Parameters

powerDown
Type: System..::..Boolean
If true card is powered down, otherwise card is left powered.

Remarks

If the card was used in none shared mode, the card can be used by other applications again, once Dispose was called.

See Also