REST.Client.TRESTExecutionThread

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TThreadSystem.TObjectTRESTExecutionThread

Delphi

TRESTExecutionThread = class(TThread)

C++

class PASCALIMPLEMENTATION TRESTExecutionThread : public System::Classes::TThread

Properties

Type Visibility Source Unit Parent
class public
REST.Client.pas
REST.Client.hpp
REST.Client REST.Client

Description

Thread that provides support for asynchronous execution of REST client requests.

See Also