ElectronicValueRW.EndRemoval Method
2/27/2008
Ends the card removal process.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Sub EndRemoval
public abstract void EndRemoval ()
public:
virtual void EndRemoval () abstract
public abstract void EndRemoval ()
public abstract function EndRemoval ()
Remarks
When called, the device ends the card removal mode. If the card is not detected in the device, control is returned to the application. If the card remains in the device, an exception is delivered with its ErrorCodeExtended property set to Release. If the device is contact-less IC card, you do not have to implement this and control is always returned to the application without any exceptions.
This method is called together with the BeginRemoval method for the card removal processing.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
ElectronicValueRW Class
ElectronicValueRW Members
Microsoft.PointOfService Namespace