Datasnap.DSHTTP.TDSHTTPServer.DoDSCacheCommand

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: class protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPServer

Delphi

procedure DoDSCacheCommand(ARequestInfo: TDSHTTPRequest; AResponseInfo: TDSHTTPResponse; Request: string;
LocalConnection: Boolean);

C++

void __fastcall DoDSCacheCommand(Datasnap::Dshttpcommon::TDSHTTPRequest* ARequestInfo, Datasnap::Dshttpcommon::TDSHTTPResponse* AResponseInfo, System::UnicodeString Request, bool LocalConnection);

Description

Dispatches the DataSnap cache command to the appropriate service.

The DoDSCacheCommand method dispatches the DataSnap cache command to the appropriate service.

See Also