Datasnap.DSNames.TDSLifeCycle

From RAD Studio API Documentation

TDSLifeCycleSystem.TObject
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSNames.pas
Datasnap.DSNames.hpp
Unit: Datasnap.DSNames
Parent: Datasnap.DSNames

Delphi

TDSLifeCycle = class

C++

class PASCALIMPLEMENTATION TDSLifeCycle : public System::TObject

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