Datasnap.DSSession.TDSTunnelService.GetOpenSessionKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetOpenSessionKeys(Container: TStrings);

C++

void __fastcall GetOpenSessionKeys(System::Classes::TStrings* Container);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

Description

Adds the keys of the opened sessions to the container specified by the parameter.

The GetOpenSessionKeys method adds the keys of the opened sessions to the container specified by the parameter.

See Also