C# Class 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.
Inheritance: AmazonSimpleNotificationServiceRequest
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetTopicArn ( ) : bool

Method Details

DeleteTopicRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteTopicRequest ( ) : System
return System

DeleteTopicRequest() public method

Instantiates DeleteTopicRequest with the parameterized properties
public DeleteTopicRequest ( string topicArn ) : System
topicArn string The ARN of the topic you want to delete.
return System