ScheduledTasksScheduleWork Method |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool ScheduleWork(
string sTaskName,
uint iMaxDelay,
SimpleEventHandler workFunction
)
Public Shared Function ScheduleWork (
sTaskName As String,
iMaxDelay As UInteger,
workFunction As SimpleEventHandler
) As Boolean
public:
static bool ScheduleWork(
String^ sTaskName,
unsigned int iMaxDelay,
SimpleEventHandler^ workFunction
)
Parameters
- sTaskName
- Type: SystemString
- iMaxDelay
- Type: SystemUInt32
- workFunction
- Type: FiddlerSimpleEventHandler
Return Value
Type:
BooleanSee Also