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

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

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