Click or drag to resize

IOUtilitiesWrapSharingViolationsAsync Method (FuncTask, IOUtilitiesWrapSharingViolationsExceptionsCallbackAsync, Int32, Int32)

Calls IO code under a sharing violations handling system.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static Task WrapSharingViolationsAsync(
	Func<Task> action,
	IOUtilitiesWrapSharingViolationsExceptionsCallbackAsync exceptionsCallback = null,
	int maxRetryCount = 10,
	int waitTime = 100
)

Parameters

action
Type: SystemFuncTask
The action.
exceptionsCallback (Optional)
Type: ShellBoost.Core.UtilitiesIOUtilitiesWrapSharingViolationsExceptionsCallbackAsync
The exceptions callback.
maxRetryCount (Optional)
Type: SystemInt32
The maximum retry count.
waitTime (Optional)
Type: SystemInt32
The wait time.

Return Value

Type: Task
A Task instance.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is null.
See Also