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

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

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