Datasnap.DSServer.TDSCallbackTunnel.Queue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Queue: TThreadedQueue<TDSCallbackTunnelBufferItem> read FQueue;

C++

__property System::Generics::Collections::TThreadedQueue__1<TDSCallbackTunnelBufferItem*>* Queue = {read=FQueue};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnel

Description

Specifies a queue of items to be sent as broadcast or notification.

The Queue property specifies a queue of items to be sent as broadcast or notifications. These items will be sent one at a time.