Datasnap.DSNames.TDSLifeCycle

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSLifeCycle

Delphi

TDSLifeCycle = class

C++

class PASCALIMPLEMENTATION TDSLifeCycle : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSNames.pas
Datasnap.DSNames.hpp
Datasnap.DSNames Datasnap.DSNames

Description

Property values used by TDSCustomServerClass.LifeCycle property.

TDSLifeCycle represents property values used by the TDSCustomServerClass.LifeCycle property.

This table contains property value descriptions.



Constant Description

Server

One component instance is used per server: singleton.

Session

One component instance is used per DataSnapSession: objects with state.

Invocation

One component instance is used per invocation of a method: stateless objects.



See Also