Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndCreateTopic C# (CSharp) Method

EndCreateTopic() public method

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