Click or drag to resize

ISyncFileSystemRead.GetEntryContentAsync Method

Gets the entry content.

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

Parameters

context
Type: callback.ShellBoost.Core.Synchronization.SyncContext
A sync context.
entry
Type: callback.ShellBoost.Core.Synchronization.StateSyncEntry
The entry.
output
Type: System.IO.Stream
The output stream. This stream is not seekable, nor readable.
options (Optional)
Type: callback.ShellBoost.Core.Synchronization.SyncGetEntryContentOptions
The options.

Return Value

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