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