Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndListInstanceProfilesForRole C# (CSharp) Méthode

EndListInstanceProfilesForRole() public méthode

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