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

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

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