Click or drag to resize

EndPointSynchronizerDeleteStaleTemporaryEntriesAsync Method

Deletes stale temporary entries on the file system.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual Task DeleteStaleTemporaryEntriesAsync(
	IEnumerable<StateSyncEntry> entries,
	CancellationToken cancellationToken
)

Parameters

entries
Type: System.Collections.GenericIEnumerableStateSyncEntry
The list of entries.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A task that represents the work queued.
Exceptions
ExceptionCondition
InvalidOperationException
ArgumentNullExceptionentries is null.
See Also