Datasnap.DSServer.TDSServer.ChannelQueueSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChannelQueueSize: Integer read FChannelQueueSize write FChannelQueueSize default 100;

C++

__property int ChannelQueueSize = {read=FChannelQueueSize, write=FChannelQueueSize, default=100};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Specifies the number of messages that can be queued for sending operations.

The ChannelQueueSize property specifies the number of messages that can be queued for sending to a specific client at once. If the queue reaches this size, all attempts to send to that client will fail until the size of the queue decreases. That means one or more messages get sent.

See Also