DeactivateDevice Method
Sends a POS device deactivate request.
Syntax
[VB.NET] Public Sub DeactivateDevice(ByVal GenKey As String)
[C#] public void DeactivateDevice(string genKey);
Remarks
This method sends a POS device deactivation request to TSYS host capture system. If the deactivation request was successful, the Code property will contain "103".
Required properties:
NOTE: This method has a corresponding asynchronous version (DeactivateDeviceAsync) for use in the WinRT environment.