Removes a card terminal from the list of monitored card terminals.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Sub DelistCardTerminal( _
ByVal aCardTerminal As ICardTerminal _
)
This language is not supported or no code example is available.
public void DelistCardTerminal(
ICardTerminal aCardTerminal
)
This language is not supported or no code example is available.
public:
void DelistCardTerminal(
ICardTerminal^ aCardTerminal
)
This language is not supported or no code example is available.
Parameters
- aCardTerminal
-
Type: ICardTerminal
Card terminal to be removed.
Exception type | Condition |
---|---|
Thrown when one or more required arguments are null. |
|
Thrown when the requested operation is invalid. |
Delist a card terminal returns the ownership of the ICardTerminal reference to the calling application. This implies that the calling application is now responsible for orderly disposing the ICardTerminal again.
When a card terminal is delisting all its card slots are removed from the list of monitored card terminal slots. No more events will be raised when a card is inserted or removed.