ClaimedMagneticStripeReader.DisableAsync 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.
Puts the ClaimedMagneticStripeReader into a state where it cannot receive data events.
public:
virtual IAsyncAction ^ DisableAsync() = DisableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DisableAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DisableAsync();
function disableAsync()
Public Function DisableAsync () As IAsyncAction
Returns
No object or value is returned when this method completes.
- Attributes