DeleteRequest
What it does
Deletes a request to the Application Server.
Definition
void DeleteRequest( int requestId, int sessionId );
Parameters
| Name | Type | Description |
| requestId | int | The ID of the request to the Application Server |
| sessionId | int | The ID of the connection to the Application Server |
Returned value
None.
12.04.2024 18:16:03