| RouteCollectionFindDispatcher Method |
[Missing <summary> documentation for "M:Hangfire.Dashboard.RouteCollection.FindDispatcher(System.String)"]
Namespace: Hangfire.DashboardAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public Tuple<IRequestDispatcher, Match> FindDispatcher(
string path
)
Public Function FindDispatcher (
path As String
) As Tuple(Of IRequestDispatcher, Match)
Parameters
- path
- Type: SystemString
[Missing <param name="path"/> documentation for "M:Hangfire.Dashboard.RouteCollection.FindDispatcher(System.String)"]
Return Value
Type:
TupleIRequestDispatcher,
MatchSee Also