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

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

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