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

EndCreateEventSourceMapping() public method

Finishes the asynchronous execution of the CreateEventSourceMapping operation.
public EndCreateEventSourceMapping ( IAsyncResult asyncResult ) : Amazon.Lambda.Model.CreateEventSourceMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEventSourceMapping.
return Amazon.Lambda.Model.CreateEventSourceMappingResponse
        public  CreateEventSourceMappingResponse EndCreateEventSourceMapping(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateEventSourceMappingResponse>(asyncResult);
        }
AmazonLambdaClient