Datasnap.DSSession.TDSTunnelService.CanCloseSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CanCloseSession(var id: string): Boolean;

C++

__classmethod bool __fastcall CanCloseSession(System::UnicodeString &id);

Properties

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

Description

Specifies whether the current session should be closed.

The CanCloseSession method returns True if the current session ID signals the session closure, and False otherwise.

See Also