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

EndPublish() public method

Finishes the asynchronous execution of the Publish operation.
public EndPublish ( IAsyncResult asyncResult ) : PublishResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPublish.
return Amazon.SimpleNotificationService.Model.PublishResponse
        public  PublishResponse EndPublish(IAsyncResult asyncResult)
        {
            return EndInvoke<PublishResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient