Releases the card connection.

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

Syntax

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

Parameters

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

Implements

ICardConnection..::..Dispose(Boolean)

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