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

TopicList Event

Fires with information about the topic.

Syntax

[VB.NET]
Public Event OnTopicList As OnTopicListHandler
[C#]
public event OnTopicListHandler OnTopicList;

public delegate void OnTopicListHandler(object sender, SnsTopicListEventArgs e);

class SnsTopicListEventArgs : EventArgs {
  string TopicArn {get;}
}

Remarks

This event fires once for each topic returned from a call to ListTopics.

TopicARN identifies the current topic.

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