Datasnap.DSHTTP.TDSHTTPCacheContextService.ProcessDELETERequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ProcessDELETERequest(const RequestInfo: TDSHTTPRequest; Response: TDSHTTPResponse; Request: string);

C++

void __fastcall ProcessDELETERequest(Datasnap::Dshttpcommon::TDSHTTPRequest* const RequestInfo, Datasnap::Dshttpcommon::TDSHTTPResponse* Response, System::UnicodeString Request);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPCacheContextService

Description

Processes the Delete command request.

The ProcessDELETERequest method uses the given Request string to determine which part of the cache the client wants to delete. After performing the deletion, ProcessDELETERequest also populates the result accordingly.

ProcessDELETERequest only works on the cache as a whole or on a whole cache item. ProcessDELETERequest does not work on individual Commands or Parameters.

See Also