C# Класс Amazon.SimpleNotificationService.Model.DeleteTopicRequest

Container for the parameters to the DeleteTopic operation. Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
Наследование: AmazonSimpleNotificationServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteTopicRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteTopicRequest ( string topicArn ) : System

Instantiates DeleteTopicRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetTopicArn ( ) : bool

Описание методов

DeleteTopicRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteTopicRequest ( ) : System
Результат System

DeleteTopicRequest() публичный Метод

Instantiates DeleteTopicRequest with the parameterized properties
public DeleteTopicRequest ( string topicArn ) : System
topicArn string The ARN of the topic you want to delete.
Результат System