Cats.Web.Hub.RoleProvider.RoleExists C# (CSharp) Method

RoleExists() public method

public RoleExists ( string roleName ) : bool
roleName string
return bool
        public override bool RoleExists(string roleName)
        {
            throw new NotImplementedException();
        }