[Overview][Resource strings][Constants][Types][Classes][Variables][Index] Reference for unit 'simpleipc' (#fcl)

TSimpleIPCServer.ThreadTimeout

Timeout waiting for message

Declaration

Source position: simpleipc.pp line 230

published property TSimpleIPCServer.ThreadTimeout : Integer
  read FThreadTimeout
  write SetThreadTimeout
  default DefaultThreadTimeout;

Description

ThreadTimeOut is the time the thread will wait for messages between loop iterations, if the server is started with threading enabled.

When stopping the server, this is also the maximum time the server will be blocked when stopping, because it needs to wait for the thread to stop.

See also

TSimpleIPCServer.StartServer

  

Start the server

TSimpleIPCServer.StopServer

  

Stop the server


Documentation generated on: May 14 2021