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

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

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