[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description |
---|---|
Add(FilterCallback) |
Add a filter callback. The filter callback set allows adding the same callback
twice with no effect. If a client to the class needs to check that the callback
already existed, the contains method does that.
NOTE: the client to this method must use the read-write lock of this object to lock, if required by the clientcode. |
Add(FilterParamIndex) |
Add an index. The same index can be added twice - there is no checking done.
NOTE: the client to this method must use the read-write lock of this object to lock, if required by the clientcode. |