Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

SubscribeAsync Method

Request a subscription to the specific topic.

Syntax

[VB.NET]
Public Function SubscribeAsync(ByVal TopicArn As String, ByVal Endpoint As String, ByVal Protocol As Integer) As Task<string>
[C#]
public Task<string> SubscribeAsync(string topicArn, string endpoint, int protocol);

Remarks

This method is the asynchronous version of the Subscribe method and is used to support asynchronous operations in WinRT. Please refer to Subscribe for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0