Click or drag to resize

EndPointSynchronizerEnumerateJobs 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: IEnumerableStateSyncJob
A list of jobs for this endpoint.
See Also