Click or drag to resize
JobFilter Constructor
Initializes a new instance of the Filter class.

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public JobFilter(
	Object instance,
	JobFilterScope scope,
	Nullable<int> order
)

Parameters

instance
Type: SystemObject
Filter instance.
scope
Type: Hangfire.CommonJobFilterScope
Filter scope.
order
Type: SystemNullableInt32
The run order.
See Also