UpdateTicket
What it does
Updates a licensing ticket.
Definition
bool UpdateTicket( int sessionId, int ticketId, out TicketInfo ticketInfo );
Parameters
| Name | Type | Description |
| sessionId | int | The ID of the connection to the Application Server |
| ticketId | int | The ID of the licensing ticket |
Returned value
| Type | Description |
| bool | The flag which shows if the ticket has been updated or not |
| TicketInfo | Licensing ticket |
12.04.2024 18:16:02