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

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

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