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

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

Finishes the asynchronous execution of the OptInPhoneNumber operation.
public EndOptInPhoneNumber ( IAsyncResult asyncResult ) : OptInPhoneNumberResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginOptInPhoneNumber.
Результат OptInPhoneNumberResponse
        public  OptInPhoneNumberResponse EndOptInPhoneNumber(IAsyncResult asyncResult)
        {
            return EndInvoke<OptInPhoneNumberResponse>(asyncResult);
        }
AmazonSimpleNotificationServiceClient