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

EndGetEventSourceMapping() 공개 메소드

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