Click or drag to resize
RouteCollectionExtensionsAddClientBatchCommand Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.RouteCollectionExtensions.AddClientBatchCommand(Hangfire.Dashboard.RouteCollection,System.String,System.Action{Hangfire.IBackgroundJobClient,System.String})"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static void AddClientBatchCommand(
	this RouteCollection routes,
	string pathTemplate,
	[NotNullAttribute] Action<IBackgroundJobClient, string> command
)

Parameters

routes
Type: Hangfire.DashboardRouteCollection

[Missing <param name="routes"/> documentation for "M:Hangfire.Dashboard.RouteCollectionExtensions.AddClientBatchCommand(Hangfire.Dashboard.RouteCollection,System.String,System.Action{Hangfire.IBackgroundJobClient,System.String})"]

pathTemplate
Type: SystemString

[Missing <param name="pathTemplate"/> documentation for "M:Hangfire.Dashboard.RouteCollectionExtensions.AddClientBatchCommand(Hangfire.Dashboard.RouteCollection,System.String,System.Action{Hangfire.IBackgroundJobClient,System.String})"]

command
Type: SystemActionIBackgroundJobClient, String

[Missing <param name="command"/> documentation for "M:Hangfire.Dashboard.RouteCollectionExtensions.AddClientBatchCommand(Hangfire.Dashboard.RouteCollection,System.String,System.Action{Hangfire.IBackgroundJobClient,System.String})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RouteCollection. 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