Syntax
Public Sub BOAcceptResultReceived(BOOrderID As String, BOTicketID As String, Result As TransResult)
This event is raised when you receive the result from server after calling the AcceptOrdermethod.
Parameters
| Key | Description |
| BOOrderID | A value of type stringthat shows the Order ID |
| BOTicketID | A value of type stringthat shows the ticketID |
| Result | Result of typeAcceptResultsEnum |
See Also