Click or drag to resize

EndPointSynchronizer.EnumerateJobs Method

Enumerates the jobs for this endpoint.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<StateSyncJob> EnumerateJobs()

Return Value

Type: IEnumerable<StateSyncJob>
A list of jobs for this endpoint.
See Also