Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndListAliases C# (CSharp) Method

EndListAliases() public method

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