Amazon.Lambda.AmazonLambdaClient.EndDeleteEventSourceMapping C# (CSharp) Method

EndDeleteEventSourceMapping() public method

Finishes the asynchronous execution of the DeleteEventSourceMapping operation.
public EndDeleteEventSourceMapping ( IAsyncResult asyncResult ) : Amazon.Lambda.Model.DeleteEventSourceMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEventSourceMapping.
return Amazon.Lambda.Model.DeleteEventSourceMappingResponse
        public  DeleteEventSourceMappingResponse EndDeleteEventSourceMapping(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteEventSourceMappingResponse>(asyncResult);
        }
AmazonLambdaClient