Click or drag to resize
JobManagerImmediatelyExecuteAny Method
Immediately execute any for the jobs from the predicate

Namespace: DrawerBackup.Native.Jobs
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public void ImmediatelyExecuteAny(
	Expression<Func<Job, bool>> predicate
)

Parameters

predicate
Type: System.Linq.ExpressionsExpressionFuncJob, Boolean
See Also