Integratec API Platform
void opNetApi.opClientConnection.deleteRequest ( string  requestId)

Deletes the record of a request.

Parameters
[in]requestIdUnique identifier for a request.
Usage
Open a client connection before calling this method, using opClientConnection(string ip, int port) or open.
Specify the unique identifier for a request that was returned by a call to sendRequest using the requestId parameter.
See also
open, ref opClientConnection(string ip, int port) and sendRequest.