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

EndListUserPolicies() public method

Finishes the asynchronous execution of the ListUserPolicies operation.
public EndListUserPolicies ( IAsyncResult asyncResult ) : ListUserPoliciesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUserPolicies.
return Amazon.IdentityManagement.Model.ListUserPoliciesResponse
        public  ListUserPoliciesResponse EndListUserPolicies(IAsyncResult asyncResult)
        {
            return EndInvoke<ListUserPoliciesResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient