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

EndListAliases() 공개 메소드

Finishes the asynchronous execution of the ListAliases operation.
public EndListAliases ( IAsyncResult asyncResult ) : ListAliasesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAliases.
리턴 Amazon.Lambda.Model.ListAliasesResponse
        public  ListAliasesResponse EndListAliases(IAsyncResult asyncResult)
        {
            return EndInvoke<ListAliasesResponse>(asyncResult);
        }
AmazonLambdaClient