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