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

EndListSubscriptionsByTopic() public method

Finishes the asynchronous execution of the ListSubscriptionsByTopic operation.
public EndListSubscriptionsByTopic ( IAsyncResult asyncResult ) : ListSubscriptionsByTopicResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListSubscriptionsByTopic.
return Amazon.SimpleNotificationService.Model.ListSubscriptionsByTopicResponse
        public  ListSubscriptionsByTopicResponse EndListSubscriptionsByTopic(IAsyncResult asyncResult)
        {
            return EndInvoke<ListSubscriptionsByTopicResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient