Difference between revisions of "Midware TAppServer.Stop"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TAppServer -> Stop == Definit…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' Stop: '''Stop''';
+
  '''public''' procedure Stop;
  
 
== Description ==
 
== Description ==
  
 
The Stop procedure will stop the server which will no more accept new clients, but will not disconnect already connected clients. See also Start.
 
The Stop procedure will stop the server which will no more accept new clients, but will not disconnect already connected clients. See also Start.

Latest revision as of 09:12, 14 May 2011

Main page -> Midware component reference -> TAppServer -> Stop

Definition

public procedure Stop;

Description

The Stop procedure will stop the server which will no more accept new clients, but will not disconnect already connected clients. See also Start.