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

EndListAttachedUserPolicies() public method

Finishes the asynchronous execution of the ListAttachedUserPolicies operation.
public EndListAttachedUserPolicies ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.ListAttachedUserPoliciesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAttachedUserPolicies.
return Amazon.IdentityManagement.Model.ListAttachedUserPoliciesResponse
        public  ListAttachedUserPoliciesResponse EndListAttachedUserPolicies(IAsyncResult asyncResult)
        {
            return EndInvoke<ListAttachedUserPoliciesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient