Click or drag to resize

MultiPointSynchronizerRunWhenIdle Method

Runs a task when job activity is idle.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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: callback.ShellBoost.Core.SynchronizationIdleTaskOptions
The options.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is null.
See Also