Click or drag to resize

ISyncFileSystemReadGetEntryContentAsync 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.SynchronizationSyncContext
A sync context.
entry
Type: callback.ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
output
Type: System.IOStream
The output stream. This stream is not seekable, nor readable.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationSyncGetEntryContentOptions
The options.

Return Value

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