Amazon.SimpleNotificationService.Model.DeleteTopicRequest.DeleteTopicRequest C# (CSharp) Метод

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

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

Same methods

DeleteTopicRequest::DeleteTopicRequest ( ) : System