Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelThread

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: class
Visibility: protected
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

TDSChannelThread = class(TThread)

C++

class PASCALIMPLEMENTATION TDSChannelThread : public System::Classes::TThread

Description

Implements a thread for this channel.

The TDSChannelThread class implements a thread for a channel. TDSChannelThread is used to help create threads to easily invoke procedures that you don't want to run in the same thread.

See Also