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

EndListInstanceProfilesForRole() public method

Finishes the asynchronous execution of the ListInstanceProfilesForRole operation.
public EndListInstanceProfilesForRole ( IAsyncResult asyncResult ) : ListInstanceProfilesForRoleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListInstanceProfilesForRole.
return Amazon.IdentityManagement.Model.ListInstanceProfilesForRoleResponse
        public  ListInstanceProfilesForRoleResponse EndListInstanceProfilesForRole(IAsyncResult asyncResult)
        {
            return EndInvoke<ListInstanceProfilesForRoleResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient