Datasnap.DSSession.TDSTunnelService.CloseSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseSession(SessionId: string); overload;

C++

void __fastcall CloseSession(System::UnicodeString SessionId)/* overload */;

Properties

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

Description

Closes a tunnel session.

The CloseSession method closes the session specified through the Session parameter.

See Also