ListTopicsRequest Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the ListTopics operation.

The ListTopics action returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get further results.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleNotificationService.Model.ListTopicsRequest

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ListTopicsRequest : AmazonWebServiceRequest
         IRequestEvents

The ListTopicsRequest type exposes the following members

Constructors

  Name Description
Public Method ListTopicsRequest() Default constructor for a new ListTopicsRequest object. Callers should use the properties to initialize this object after creating it.
Public Method ListTopicsRequest(string) Constructs a new ListTopicsRequest object. Callers should use the properties initialize any additional object members.

Properties

  Name Description
Public Property NextToken Token returned by the previous ListTopics request.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8