App.Web.Code.Membership.CustomRoleProvider.RemoveUsersFromRoles C# (CSharp) Méthode

RemoveUsersFromRoles() public méthode

public RemoveUsersFromRoles ( string usernames, string roleNames ) : void
usernames string
roleNames string
Résultat void
        public override void RemoveUsersFromRoles(string[] usernames, string[] roleNames)
        {
            throw new NotImplementedException();
        }