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 IEnumerable<StateSyncJobChange> EnumerateJobChanges(
Guid jobId
)
Parameters
- jobId
- Type: SystemGuid
The job identifier or Guid.Empty to enumerate all job changes.
Return Value
Type:
IEnumerableStateSyncJobChangeA list of job changes instances.
See Also