Click or drag to resize

ISyncStateProviderEnumerateDownloads Method

Enumerates downloads. Both parameters can be unset.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
IEnumerable<StateSyncDownload> EnumerateDownloads(
	long changeId,
	DownloadStatus? status
)

Parameters

changeId
Type: SystemInt64
The change identifier.
status
Type: SystemNullableDownloadStatus
The status.

Return Value

Type: IEnumerableStateSyncDownload
A list of download instances.
See Also