API:Datasnap.DSSession.TDSSynchronizedLocalChannel

From RAD Studio API Documentation

TDSSynchronizedLocalChannelData.DBXTransport.TDBXLocalChannelData.DBXTransport.TDbxChannelSystem.TObject

Delphi

TDSSynchronizedLocalChannel = class(TDBXLocalChannel)

C++

class PASCALIMPLEMENTATION TDSSynchronizedLocalChannel : public Data::Dbxtransport::TDBXLocalChannel

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession Datasnap.DSSession

Description

Represents the channel for interfacing in-process data processing. TDBXLocalChannel implements a two-process producer and consumer paradigm, where data is exchanged in alternate steps. Datasnap.DSSession.TDSSynchronizedLocalChannel inherits from Data.DBXTransport.TDBXLocalChannel. All content below this line refers to Data.DBXTransport.TDBXLocalChannel.

Represents the channel for interfacing in-process data processing. TDBXLocalChannel implements a two-process producer and consumer paradigm, where data is exchanged in alternate steps.

See Also