Remove the specified rule from the unique rule set of this object.
Remove the specified ruleToRemove from the set of (unique) rules maintained by this object. Return the number of rules removed (i.e., 1 on success and 0 if no rule having the same value is found). The behavior is undefined unless a lock is not held by this thread on the mutex returned by rulesetMutex.
number of rules removed (1 on success, 0 if not found)
| Name | Description |
|---|---|
| ruleToRemove | rule to remove |