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

EndListVersionsByFunction() 공개 메소드

Finishes the asynchronous execution of the ListVersionsByFunction operation.
public EndListVersionsByFunction ( IAsyncResult asyncResult ) : Amazon.Lambda.Model.ListVersionsByFunctionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVersionsByFunction.
리턴 Amazon.Lambda.Model.ListVersionsByFunctionResponse
        public  ListVersionsByFunctionResponse EndListVersionsByFunction(IAsyncResult asyncResult)
        {
            return EndInvoke<ListVersionsByFunctionResponse>(asyncResult);
        }
AmazonLambdaClient