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

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

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