Click or drag to resize

ISyncFileSystemWriteAsyncUpdateEntryAsync Method

Updates an entry. The operation could also correspond to a renaming or a moving of an entry.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
Task UpdateEntryAsync(
	SyncContext context,
	StateSyncEntry entry,
	SyncUpdateEntryOptions options = null
)

Parameters

context
Type: ShellBoost.Core.SynchronizationSyncContext
A sync context.
entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
options (Optional)
Type: ShellBoost.Core.SynchronizationSyncUpdateEntryOptions
The options.

Return Value

Type: Task
A task that represents the work queued.
See Also