UnsubscribeRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the Unsubscribe operation.

The Unsubscribe action deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an AWS signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleNotificationService.Model.UnsubscribeRequest

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class UnsubscribeRequest : AmazonWebServiceRequest
         IRequestEvents

The UnsubscribeRequest type exposes the following members

Constructors

  Name Description
Public Method UnsubscribeRequest() Default constructor for a new UnsubscribeRequest object. Callers should use the properties to initialize this object after creating it.
Public Method UnsubscribeRequest(string) Constructs a new UnsubscribeRequest object. Callers should use the properties initialize any additional object members.

Properties

  Name Description
Public Property SubscriptionArn The ARN of the subscription to be deleted.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8