Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ListPlatformApplicationsAsync C# (CSharp) Method

ListPlatformApplicationsAsync() public method

/// Indicates that the user has been denied access to the requested resource. /// /// Indicates an internal service error. /// /// Indicates that a request parameter does not comply with the associated constraints. ///
public ListPlatformApplicationsAsync ( ListPlatformApplicationsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
callback ListPlatformApplicationsResponse>.AmazonServiceCallback
options Amazon.Runtime.AsyncOptions /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. ///
return void
        public void ListPlatformApplicationsAsync(AmazonServiceCallback<ListPlatformApplicationsRequest, ListPlatformApplicationsResponse> callback, AsyncOptions options = null)
        {
            ListPlatformApplicationsAsync(new ListPlatformApplicationsRequest(), callback, options);
        }

Same methods

AmazonSimpleNotificationServiceClient::ListPlatformApplicationsAsync ( ListPlatformApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleNotificationServiceClient::ListPlatformApplicationsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleNotificationServiceClient::ListPlatformApplicationsAsync ( ListPlatformApplicationsRequest request, ListPlatformApplicationsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleNotificationServiceClient