Click or drag to resize
ScheduledTasksScheduleWork Method

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool ScheduleWork(
	string sTaskName,
	uint iMaxDelay,
	SimpleEventHandler workFunction
)

Parameters

sTaskName
Type: SystemString
iMaxDelay
Type: SystemUInt32
workFunction
Type: FiddlerSimpleEventHandler

Return Value

Type: Boolean
See Also