Amazon.Lambda.AmazonLambdaClient.BeginDeleteEventSourceMapping C# (CSharp) Метод

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

Initiates the asynchronous execution of the DeleteEventSourceMapping operation.
public BeginDeleteEventSourceMapping ( Amazon.Lambda.Model.DeleteEventSourceMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Lambda.Model.DeleteEventSourceMappingRequest Container for the necessary parameters to execute the DeleteEventSourceMapping operation on AmazonLambdaClient.
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 BeginDeleteEventSourceMapping(DeleteEventSourceMappingRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeleteEventSourceMappingRequestMarshaller();
            var unmarshaller = DeleteEventSourceMappingResponseUnmarshaller.Instance;

            return BeginInvoke<DeleteEventSourceMappingRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonLambdaClient