| JobFilterCollectionRemove Method |
Removes all filters that match the specified filter.
Namespace: Hangfire.CommonAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public void Remove(
Object filter
)
Public Sub Remove (
filter As Object
)
Parameters
- filter
- Type: SystemObject
The filter instance.
See Also