Click or drag to resize

ISyncFileSystemWriteAsync.SetEntryContentAsync Method

Sets the entry content.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
Task SetEntryContentAsync(
	SyncContext context,
	StateSyncEntry entry,
	Stream input,
	SyncSetEntryContentOptions options = null
)

Parameters

context
Type: callback.ShellBoost.Core.Synchronization.SyncContext
A sync context.
entry
Type: callback.ShellBoost.Core.Synchronization.StateSyncEntry
The entry.
input
Type: System.IO.Stream
The input stream. The stream is not seekable, and not writable.
options (Optional)
Type: callback.ShellBoost.Core.Synchronization.SyncSetEntryContentOptions
The options.

Return Value

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