Skip to main content

What it does

Deletes a request to the Application Server.

Definition

void DeleteRequest( int requestId, int sessionId );

Parameters

NameTypeDescription
requestIdintThe ID of the request to the Application Server
sessionIdintThe ID of the connection to the Application Server

Returned value

None.