System.Win.ScktComp.TServerClientThread Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ClientSocketpublicSpecifies the TServerClientWinSocket object that uses the thread for all reading and writing over the socket connection.
CurrentpublicThe thread that is currently running.
CurrentThreadpublicThe currently running thread.
DatapublicPoints to application-specific data associated with the thread.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
ExternalThreadpublicSpecifies whether the current thread is created externally or not.
FatalExceptionpublicFatalException indicates that the execution of the thread was terminated because of an uncaught Exception.
FinishedpublicIndicates whether a thread execution is completed or terminated.
FreeOnTerminatepublicDetermines whether the thread object is automatically destroyed when the thread terminates.
HandlepublicIndicates the thread's handle.
IsSingleProcessorpublicSpecifies whether the system has a single processor or not.
KeepInCachepublicDetermines whether the thread should be kept in the thread cache maintained by ServerSocket.
PrioritypublicDetermines the thread's scheduling priority relative to other threads in the process.
ProcessorCountpublicSpecifies the number of CPU cores in the system.
ReturnValueprotectedSpecifies the value returned to other waiting threads when the thread finishes executing.
ServerSocketpublicSpecifies the TServerWinSocket object that manages all the TServerClientThread objects for its client connections.
Startedpublic
SuspendedpublicIndicates whether a thread is suspended.
TerminatedprotectedIndicates whether the thread has been asked to terminate.
ThreadIDpublicIdentifies the thread throughout the system.