GetNewTicket
What it does
Returns a licensing ticket.
Definition
bool GetNewTicket( int sessionId, int stationType, out TicketInfo ticketInfo );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
stationType | int |
The type of the station for which the ticket must be obtained. See WorkstationType for possible values. Hinweis. Use the WT_Verification and the WT_Validation values instead of WT_RemoteDataVerification and WT_RemoteVerification ones respectively. |
Returned value
Type | Description |
bool | The flag that shows if the ticket has been obtained |
TicketInfo | Licensing ticket |
4/12/2024 6:16:01 PM