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

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

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