Amazon.SimpleNotificationService.Util.Message.UnsubscribeFromTopic C# (CSharp) Method

UnsubscribeFromTopic() public method

Uses the UnsubscribeURL property to unsubscribe from the topic
public UnsubscribeFromTopic ( ) : void
return void
        public void UnsubscribeFromTopic()
        {
            MakeGetRequest(this.UnsubscribeURL, "unsubscribe");
        }