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

EndListKeyPolicies() public method

Finishes the asynchronous execution of the ListKeyPolicies operation.
public EndListKeyPolicies ( IAsyncResult asyncResult ) : ListKeyPoliciesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListKeyPolicies.
return ListKeyPoliciesResponse
        public  ListKeyPoliciesResponse EndListKeyPolicies(IAsyncResult asyncResult)
        {
            return EndInvoke<ListKeyPoliciesResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient