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 |
4/12/2024 6:16:01 PM