Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListUserPolicies C# (CSharp) 메소드

EndListUserPolicies() 공개 메소드

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