DeactivateDeviceAsync Method
Sends a POS device deactivate request.
Syntax
[VB.NET] Public Function DeactivateDeviceAsync(ByVal GenKey As String) As IAsyncAction
[C#] public IAsyncAction DeactivateDeviceAsync(string genKey);
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
DeactivateDeviceAsync MethodSends a POS device deactivate request. Syntax[VB.NET] Public Function DeactivateDeviceAsync(ByVal GenKey As String) As IAsyncAction [C#] public IAsyncAction DeactivateDeviceAsync(string genKey); RemarksThis method is the asynchronous version of the DeactivateDevice method and is used to support asynchronous operations in WinRT. Please refer to DeactivateDevice for more information. |
||