Click or drag to resize
JobDataManagerGetNextJobs Method
Get jobs for the next 24 hours

Namespace: DrawerBackup.Server
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public IEnumerable<IJob> GetNextJobs(
	JobKind jobKind,
	string clientId
)

Parameters

jobKind
Type: DrawerBackup.Native.Data.EntitiesJobKind
clientId
Type: SystemString

Return Value

Type: IEnumerableIJob
See Also