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

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

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