Click or drag to resize

ISyncStateProviderEnumerateJobChanges Method

Enumerates a job changes, or all job changes.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
IEnumerable<StateSyncJobChange> EnumerateJobChanges(
	Guid jobId
)

Parameters

jobId
Type: SystemGuid
The job identifier or Guid.Empty to enumerate all job changes.

Return Value

Type: IEnumerableStateSyncJobChange
A list of job changes instances.
See Also