|
JobDataManagerGetNextJobs Method |
Get jobs for the next 24 hours
Namespace: DrawerBackup.ServerAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic IEnumerable<IJob> GetNextJobs(
JobKind jobKind,
string clientId
)
Public Function GetNextJobs (
jobKind As JobKind,
clientId As String
) As IEnumerable(Of IJob)
public:
IEnumerable<IJob^>^ GetNextJobs(
JobKind jobKind,
String^ clientId
)
member GetNextJobs :
jobKind : JobKind *
clientId : string -> IEnumerable<IJob>
Parameters
- jobKind
- Type: DrawerBackup.Native.Data.EntitiesJobKind
- clientId
- Type: SystemString
Return Value
Type:
IEnumerableIJob
See Also