Click or drag to resize

ISyncFileSystemReadGetEntryContentAsync Method

Gets the entry content.

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

Parameters

context
Type: ShellBoost.Core.SynchronizationSyncContext
A sync context.
entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
output
Type: System.IOStream
The output stream. This stream is not seekable, nor readable.
options (Optional)
Type: ShellBoost.Core.SynchronizationSyncGetEntryContentOptions
The options.

Return Value

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