Amazon.Lambda.AmazonLambdaClient.EndGetFunction C# (CSharp) Метод

EndGetFunction() публичный Метод

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