Click or drag to resize

BenchTaskForAll Delegate

The type of a method, executing a Bench task for all Bench apps.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public delegate ActionResult BenchTaskForAll(
	IBenchManager man,
	Action<TaskInfo> notify,
	Cancelation cancelation
)

Parameters

man
Type: Mastersign.BenchIBenchManager
The Bench manager.
notify
Type: SystemActionTaskInfo
The notification handler.
cancelation
Type: Mastersign.BenchCancelation
A cancelation token.

Return Value

Type: ActionResult
The result of the executed task in the shape of an ActionResult object.
See Also