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

EndGetEventSourceMapping() public method

Finishes the asynchronous execution of the GetEventSourceMapping operation.
public EndGetEventSourceMapping ( IAsyncResult asyncResult ) : Amazon.Lambda.Model.GetEventSourceMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetEventSourceMapping.
return Amazon.Lambda.Model.GetEventSourceMappingResponse
        public  GetEventSourceMappingResponse EndGetEventSourceMapping(IAsyncResult asyncResult)
        {
            return EndInvoke<GetEventSourceMappingResponse>(asyncResult);
        }
AmazonLambdaClient