Data.Cloud.AmazonAPI.TAmazonNotificationEvent.Create
Delphi
class function Create(const Topic, Event: string): TAmazonNotificationEvent; static;
C++
static TAmazonNotificationEvent __fastcall Create(const System::UnicodeString Topic, const System::UnicodeString Event);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonNotificationEvent |
Beschreibung
Erstellt eine neue Instanz von TAmazonNotificationEvent.
Mit TAmazonNotificationEvent.Create wird eine neue Instanz von TAmazonNotificationEvent erstellt..
Die folgende Tabelle gibt die Bedeutung der Parameter an:
| Parameter | Beschreibung |
|---|---|
|
|
Das SNS-Thema, an das Benachrichtigungen gesendet werden sollen. |
|
|
Das Ereignis, worüber Benachrichtigungen gesendet werden sollen. |