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 public IEnumerable<StateSyncJob> EnumerateJobs()
Return Value
Type:
IEnumerableStateSyncJobA list of jobs for this endpoint.
See Also