ClaimedMagneticStripeReader.RetainDevice Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retains exclusive claim to the magnetic stripe reader.
public:
virtual void RetainDevice() = RetainDevice;
void RetainDevice();
public void RetainDevice();
function retainDevice()
Public Sub RetainDevice ()
Remarks
When the application receives a request to release its exclusive claim to the magnetic stripe reader, it must call RetainDevice, otherwise it will lose its claim to the device.