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