Click or drag to resize
RequestDispatcherContext Constructor
Initializes a new instance of the RequestDispatcherContext class

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public RequestDispatcherContext(
	string appPath,
	[NotNullAttribute] JobStorage jobStorage,
	[NotNullAttribute] IDictionary<string, Object> owinEnvironment,
	[NotNullAttribute] Match uriMatch
)

Parameters

appPath
Type: SystemString

[Missing <param name="appPath"/> documentation for "M:Hangfire.Dashboard.RequestDispatcherContext.#ctor(System.String,Hangfire.JobStorage,System.Collections.Generic.IDictionary{System.String,System.Object},System.Text.RegularExpressions.Match)"]

jobStorage
Type: HangfireJobStorage

[Missing <param name="jobStorage"/> documentation for "M:Hangfire.Dashboard.RequestDispatcherContext.#ctor(System.String,Hangfire.JobStorage,System.Collections.Generic.IDictionary{System.String,System.Object},System.Text.RegularExpressions.Match)"]

owinEnvironment
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="owinEnvironment"/> documentation for "M:Hangfire.Dashboard.RequestDispatcherContext.#ctor(System.String,Hangfire.JobStorage,System.Collections.Generic.IDictionary{System.String,System.Object},System.Text.RegularExpressions.Match)"]

uriMatch
Type: System.Text.RegularExpressionsMatch

[Missing <param name="uriMatch"/> documentation for "M:Hangfire.Dashboard.RequestDispatcherContext.#ctor(System.String,Hangfire.JobStorage,System.Collections.Generic.IDictionary{System.String,System.Object},System.Text.RegularExpressions.Match)"]

See Also