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

PublishCustomAsync Method

Publishes a message to the topic.

Syntax

[VB.NET]
Public Function PublishCustomAsync(ByVal TopicArn As String, ByVal Subject As String, ByVal defaultMessage As String, ByVal emailMessage As String, ByVal emailJsonMessage As String, ByVal httpMessage As String, ByVal httpsMessage As String, ByVal smsMessage As String, ByVal sqsMessage As String) As Task<string>
[C#]
public Task<string> PublishCustomAsync(string topicArn, string subject, string defaultMessage, string emailMessage, string emailJsonMessage, string httpMessage, string httpsMessage, string smsMessage, string sqsMessage);

Remarks

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

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