Click or drag to resize
JobFilterAttributeFilterProvider Constructor (Boolean)
Initializes a new instance of the JobFilterAttributeFilterProvider class and optionally caches attribute instances.

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public JobFilterAttributeFilterProvider(
	bool cacheAttributeInstances
)

Parameters

cacheAttributeInstances
Type: SystemBoolean
See Also