EMS.ResourceAPI.TEndpointRequest

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEndpointRequest

Delphi

TEndpointRequest = class

C++

class PASCALIMPLEMENTATION TEndpointRequest : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI EMS.ResourceAPI

Description

Represents a request that your EMS server receives.

Endpoint methods of EMS resources receive an instance of TEndpointRequest.

An instance of TEndpointRequest provides properties that hold the data of the request.

See Also