Amazon.Lambda.AmazonLambdaClient.EndGetFunction C# (CSharp) Méthode

EndGetFunction() public méthode

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