int CancelTransaction(string, string)
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
callbackName |
(Optional) string The JavaScript function to call when the operation is finished, whether successful or not. If null or ommitted, OnKioDeviceCmdResult will be called. Default: null. |
deviceName |
(Optional) string The name of the device, as specified in the Config Tool. Default: null. |
Return
A positive, incrementing number, or 0 upon failure.
Remarks
None.