Datasnap.DSSession.TDSTunnelService.SessionCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSTunnelService

Delphi

property SessionCount: Integer read GetSessionCount;

C++

__property int SessionCount = {read=GetSessionCount, nodefault};

Description

Specifies the number of opened sessions.

The SessionCount property specifies the number of opened sessions.

See Also