AWS SDK for .NET Documentation
Subscribe Method (request)
AmazonAmazon.SimpleNotificationServiceAmazonSimpleNotificationServiceSubscribe(SubscribeRequest) Did this page help you?   Yes   No    Tell us about it...
Prepares to subscribe an endpoint by sending the endpoint a confirmation message.
Declaration Syntax
C#
SubscribeResponse Subscribe(
	SubscribeRequest request
)
Parameters
request (SubscribeRequest)
Subscribe request
Return Value
Subscribe Response from the service
Remarks
To actually create a subscription, the endpoint owner must call the ConfirmSubscription action with the token from the confirmation message. Confirmation tokens are valid for three days.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)