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);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonNotificationEvent |
Description
Create crée une nouvelle instance de TAmazonNotificationEvent.
Utilisez TAmazonNotificationEvent.Create pour créer une nouvelle instance de TAmazonNotificationEvent.
Le tableau suivant indique la signification des paramètres :
| Paramètre | Description |
|---|---|
|
|
La rubrique SNS à laquelle renvoyer des notifications. |
|
|
L'événement à notifier. |