| JobFilter Constructor |
Initializes a new instance of the Filter class.
Namespace: Hangfire.CommonAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public JobFilter(
Object instance,
JobFilterScope scope,
Nullable<int> order
)
Public Sub New (
instance As Object,
scope As JobFilterScope,
order As Nullable(Of Integer)
)
Parameters
- instance
- Type: SystemObject
Filter instance. - scope
- Type: Hangfire.CommonJobFilterScope
Filter scope. - order
- Type: SystemNullableInt32
The run order.
See Also