Ejemplo n.º 1
0
 public void SubscribeTopic(string topicArn, string protocol, string endPoint)
 {
     SNSClient.SubscribeAsync(new SubscribeRequest()
     {
         TopicArn = topicArn,
         Protocol = protocol,
         Endpoint = endPoint
     });
 }