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. For possible values, see WorkstationType. Use the WT_Verification and WT_Validation values instead of WT_RemoteDataVerification and WT_RemoteVerification respectively. |
Returned value
| Type | Description |
|---|---|
bool | A flag that shows whether the ticket was obtained. |
| TicketInfo | Licensing ticket. |
