Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndListSubscriptionsByTopic C# (CSharp) Метод

EndListSubscriptionsByTopic() публичный Метод

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