Amazon.Lambda.AmazonLambdaClient.EndDeleteEventSourceMapping C# (CSharp) 메소드

EndDeleteEventSourceMapping() 공개 메소드

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.
리턴 Amazon.Lambda.Model.DeleteEventSourceMappingResponse
        public  DeleteEventSourceMappingResponse EndDeleteEventSourceMapping(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteEventSourceMappingResponse>(asyncResult);
        }
AmazonLambdaClient