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

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

Initiates the asynchronous execution of the CheckIfPhoneNumberIsOptedOut operation.
public BeginCheckIfPhoneNumberIsOptedOut ( CheckIfPhoneNumberIsOptedOutRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CheckIfPhoneNumberIsOptedOutRequest Container for the necessary parameters to execute the CheckIfPhoneNumberIsOptedOut operation on AmazonSimpleNotificationServiceClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginCheckIfPhoneNumberIsOptedOut(CheckIfPhoneNumberIsOptedOutRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CheckIfPhoneNumberIsOptedOutRequestMarshaller();
            var unmarshaller = CheckIfPhoneNumberIsOptedOutResponseUnmarshaller.Instance;

            return BeginInvoke<CheckIfPhoneNumberIsOptedOutRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonSimpleNotificationServiceClient