Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.EndOptInPhoneNumber C# (CSharp) Method

EndOptInPhoneNumber() public method

Finishes the asynchronous execution of the OptInPhoneNumber operation.
public EndOptInPhoneNumber ( IAsyncResult asyncResult ) : OptInPhoneNumberResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginOptInPhoneNumber.
return OptInPhoneNumberResponse
        public  OptInPhoneNumberResponse EndOptInPhoneNumber(IAsyncResult asyncResult)
        {
            return EndInvoke<OptInPhoneNumberResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient