Click or drag to resize
GlobalConfigurationExtensionsUseT Method

[Missing <summary> documentation for "M:Hangfire.GlobalConfigurationExtensions.Use``1(Hangfire.IGlobalConfiguration,``0,System.Action{``0})"]

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static IGlobalConfiguration<T> Use<T>(
	[NotNullAttribute] this IGlobalConfiguration configuration,
	T entry,
	[NotNullAttribute] Action<T> entryAction
)

Parameters

configuration
Type: HangfireIGlobalConfiguration

[Missing <param name="configuration"/> documentation for "M:Hangfire.GlobalConfigurationExtensions.Use``1(Hangfire.IGlobalConfiguration,``0,System.Action{``0})"]

entry
Type: T

[Missing <param name="entry"/> documentation for "M:Hangfire.GlobalConfigurationExtensions.Use``1(Hangfire.IGlobalConfiguration,``0,System.Action{``0})"]

entryAction
Type: SystemActionT

[Missing <param name="entryAction"/> documentation for "M:Hangfire.GlobalConfigurationExtensions.Use``1(Hangfire.IGlobalConfiguration,``0,System.Action{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Hangfire.GlobalConfigurationExtensions.Use``1(Hangfire.IGlobalConfiguration,``0,System.Action{``0})"]

Return Value

Type: IGlobalConfigurationT

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IGlobalConfiguration. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also