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

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

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