Click or drag to resize
RouteCollectionFindDispatcher Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.RouteCollection.FindDispatcher(System.String)"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public Tuple<IRequestDispatcher, Match> FindDispatcher(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Hangfire.Dashboard.RouteCollection.FindDispatcher(System.String)"]

Return Value

Type: TupleIRequestDispatcher, Match
See Also