Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndCheckIfPhoneNumberIsOptedOut C# (CSharp) Méthode

EndCheckIfPhoneNumberIsOptedOut() public méthode

Finishes the asynchronous execution of the CheckIfPhoneNumberIsOptedOut operation.
public EndCheckIfPhoneNumberIsOptedOut ( IAsyncResult asyncResult ) : CheckIfPhoneNumberIsOptedOutResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCheckIfPhoneNumberIsOptedOut.
Résultat Amazon.SimpleNotificationService.Model.CheckIfPhoneNumberIsOptedOutResponse
        public  CheckIfPhoneNumberIsOptedOutResponse EndCheckIfPhoneNumberIsOptedOut(IAsyncResult asyncResult)
        {
            return EndInvoke<CheckIfPhoneNumberIsOptedOutResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient