Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelThread

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSChannelThread = class(TThread)

C++

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

Properties

Type Visibility Source Unit Parent
class protected
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

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