Click or drag to resize
JobFilterCollectionRemove Method
Removes all filters that match the specified filter.

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public void Remove(
	Object filter
)

Parameters

filter
Type: SystemObject
The filter instance.
See Also