Click or drag to resize

MultiPointSynchronizerRunWhenIdle Method

Runs a task when job activity is idle.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual void RunWhenIdle(
	Action action,
	string key,
	IdleTaskOptions options = null
)

Parameters

action
Type: SystemAction
The action.
key
Type: SystemString
A unique key to use to ensure the exact same action is not ran twice.
options (Optional)
Type: ShellBoost.Core.SynchronizationIdleTaskOptions
The options.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is null.
See Also