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

EndListAttachedRolePolicies() public method

Finishes the asynchronous execution of the ListAttachedRolePolicies operation.
public EndListAttachedRolePolicies ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.ListAttachedRolePoliciesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAttachedRolePolicies.
return Amazon.IdentityManagement.Model.ListAttachedRolePoliciesResponse
        public  ListAttachedRolePoliciesResponse EndListAttachedRolePolicies(IAsyncResult asyncResult)
        {
            return EndInvoke<ListAttachedRolePoliciesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient