TAddHttpExchangeTask

Task for adding an THttpExchange to a log and notifying its models

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TTaskNodeAbstract base class for a node in a hierarchy of tasks and task groups
5TTask Represents an atomic operation that can be executed by calling Execute.
6TAddHttpExchangeTask

Source

WebServer.Application.pas (123)

Fields

ScopeVisibilityTypeNameDescription
InstanceprotectedTList<THttpExchange>Target
InstanceprotectedTHttpExchangeExchange
InstanceprotectedTList<TTableModel>Models

Methods

ScopeVisibilityResultNameDescription
InstancepublicCreate(Target: TList<THttpExchange>; Exchange: THttpExchange; Models: TList<TTableModel>)
InstancepublicDestroy()
InstancepublicExecute()