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

EndGetFunction() public method

Finishes the asynchronous execution of the GetFunction operation.
public EndGetFunction ( IAsyncResult asyncResult ) : GetFunctionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetFunction.
return Amazon.Lambda.Model.GetFunctionResponse
        public  GetFunctionResponse EndGetFunction(IAsyncResult asyncResult)
        {
            return EndInvoke<GetFunctionResponse>(asyncResult);
        }
AmazonLambdaClient