Datasnap.DSHTTP.TDSHTTPCacheContextService.ProcessDELETERequest

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPCacheContextService

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);

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