Amazon.Glacier.Transfer.Internal.DownloadFileCommand.tearDownTopicAndQueue C# (CSharp) 메소드

tearDownTopicAndQueue() 개인적인 메소드

private tearDownTopicAndQueue ( ) : void
리턴 void
        internal void tearDownTopicAndQueue()
        {
            this.snsClient.DeleteTopic(new DeleteTopicRequest() { TopicArn = this.topicArn });
            this.sqsClient.DeleteQueue(new DeleteQueueRequest() { QueueUrl = this.queueUrl });
        }
    }