Click or drag to resize
IRequestDispatcherDispatch Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.IRequestDispatcher.Dispatch(Hangfire.Dashboard.RequestDispatcherContext)"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
Task Dispatch(
	RequestDispatcherContext context
)

Parameters

context
Type: Hangfire.DashboardRequestDispatcherContext

[Missing <param name="context"/> documentation for "M:Hangfire.Dashboard.IRequestDispatcher.Dispatch(Hangfire.Dashboard.RequestDispatcherContext)"]

Return Value

Type: Task
See Also