Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListRolePolicies C# (CSharp) Method

EndListRolePolicies() public method

Finishes the asynchronous execution of the ListRolePolicies operation.
public EndListRolePolicies ( IAsyncResult asyncResult ) : ListRolePoliciesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRolePolicies.
return Amazon.IdentityManagement.Model.ListRolePoliciesResponse
        public  ListRolePoliciesResponse EndListRolePolicies(IAsyncResult asyncResult)
        {
            return EndInvoke<ListRolePoliciesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient