Datasnap.DSServer.TDSServerClass.Stop

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Stop; override;

C++

virtual void __fastcall Stop();

Description

Called by server when server method stopped.

Stop is called by the server when the server method is stopped.

See Also